diff --git a/app/components/InputMemberPermissionSelect.tsx b/app/components/InputMemberPermissionSelect.tsx index d5c40f0b0..510867110 100644 --- a/app/components/InputMemberPermissionSelect.tsx +++ b/app/components/InputMemberPermissionSelect.tsx @@ -10,19 +10,13 @@ export default function InputMemberPermissionSelect( ) { const { value, onChange, ...rest } = props; const { t } = useTranslation(); - const handleChange = React.useCallback( - (value) => { - onChange?.(value === EmptySelectValue ? null : value); - }, - [onChange] - ); return (