diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 20:54:11 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 20:57:48 -0500 |
| commit | 0e7b879aa8d771b58fc5783f78f981cb29432361 (patch) | |
| tree | 30d04a9c8894bc2215abbfb9dfdc32dcd06f4349 /src/components/group-form.tsx | |
| parent | 6f077f141edcc45f2d7467b7c796e62a8f0316f8 (diff) | |
Redesign the groups page
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`} |
