Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:57:21 +00:00
co-authored by renee-png
parent cba64ddd0f
commit d0969955e7
@@ -176,7 +176,7 @@ export function ClientFormDialog({
name="name"
render={({ field }) => (
<FormItem>
<FormLabel>{clientType === "hoa" ? "Association name" : "Name"}</FormLabel>
<FormLabel>{isAssociation ? "Association name" : "Name"}</FormLabel>
<FormControl><Input {...field} /></FormControl>
<FormMessage />
</FormItem>