mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-24 00:16:13 +01:00
Redesign the groups page
This commit is contained in:
@@ -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`}
|
||||
|
||||
Reference in New Issue
Block a user