aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/group-form.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-07 20:54:11 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-07 20:57:48 -0500
commit0e7b879aa8d771b58fc5783f78f981cb29432361 (patch)
tree30d04a9c8894bc2215abbfb9dfdc32dcd06f4349 /src/components/group-form.tsx
parent6f077f141edcc45f2d7467b7c796e62a8f0316f8 (diff)
Redesign the groups page
Diffstat (limited to 'src/components/group-form.tsx')
-rw-r--r--src/components/group-form.tsx2
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`}