diff --git a/components/CustomSelect/index.tsx b/components/CustomSelect/index.tsx index 5005c47..caecafe 100644 --- a/components/CustomSelect/index.tsx +++ b/components/CustomSelect/index.tsx @@ -23,7 +23,7 @@ interface CustomSelectProps { isContainerClickable?: boolean; // New boolean prop } -export default function CustomSelect({ +export default function CustomSelect({ value, options, onChange,