diff options
Diffstat (limited to 'src/components/group-form.tsx')
| -rw-r--r-- | src/components/group-form.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/group-form.tsx b/src/components/group-form.tsx index 7bf0f8e..0d6ea68 100644 --- a/src/components/group-form.tsx +++ b/src/components/group-form.tsx @@ -128,7 +128,7 @@ export function GroupForm({ <CardContent> <ul className="flex flex-col gap-2"> {fields.map((item, index) => ( - <li key={item.id}> + <li key={item.key}> <FormField control={form.control} name={`participants.${index}.name`} |
