diff --git a/app/components/InputSelectPermission.tsx b/app/components/InputSelectPermission.tsx index cc307cdef..5f108bacc 100644 --- a/app/components/InputSelectPermission.tsx +++ b/app/components/InputSelectPermission.tsx @@ -18,7 +18,7 @@ export default function InputSelectPermission( const handleChange = React.useCallback( (value) => { if (value === "no_access") { - value = ""; + value = null; } onChange?.(value);