diff options
author | Michael Hunteman <michael@mac-mini.local> | 2025-01-17 15:38:38 -0600 |
---|---|---|
committer | Michael Hunteman <michael@mac-mini.local> | 2025-01-17 15:38:38 -0600 |
commit | 00a9fc7b2d20eeacbd957fef47685fdfdb5d606f (patch) | |
tree | b43974f5334f8c23d78baf369bf8e1cc78d0db12 /client/src/components/RsvpForm.tsx | |
parent | 6aaefb2fb7179428b31e4781cfaff5b6067a78e8 (diff) |
Fix radio group format
Diffstat (limited to 'client/src/components/RsvpForm.tsx')
-rw-r--r-- | client/src/components/RsvpForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx index f25dfcd..a754be5 100644 --- a/client/src/components/RsvpForm.tsx +++ b/client/src/components/RsvpForm.tsx @@ -136,7 +136,7 @@ function RsvpForm() { error={!!errors.attendance} required > - Attendance + Attend? </FormLabel> <Controller name="attendance" |