diff --git a/apps/web/components/Combobox.tsx b/apps/web/components/Combobox.tsx index 007ef92a2..d367b66d0 100644 --- a/apps/web/components/Combobox.tsx +++ b/apps/web/components/Combobox.tsx @@ -75,7 +75,11 @@ export function Combobox(props: { { onChangeValue(currentValue === value ? "" : currentValue); setOpen(false);