Redesign the groups page

This commit is contained in:
Sebastien Castiel
2023-12-07 20:54:11 -05:00
parent 6f077f141e
commit 0e7b879aa8
4 changed files with 86 additions and 24 deletions

View File

@@ -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`}