diff --git a/src/app/[locale]/(main)/match/components/TeamSelection.tsx b/src/app/[locale]/(main)/match/components/TeamSelection.tsx index a1491c1..f9a40f8 100644 --- a/src/app/[locale]/(main)/match/components/TeamSelection.tsx +++ b/src/app/[locale]/(main)/match/components/TeamSelection.tsx @@ -99,7 +99,7 @@ const TeamSelection = ({ name, label, clubOptions, className }: IProps) => { placeholder="Select a club..." onChange={(option) => { field.onChange(option?.value); - // Optional: Clear players if club changes, e.g. remove(0, fields.length) + remove(); }} value={clubOptions.find((c) => c.value === field.value)} classNames={{