rsf-admin/src/page/settings/BaseSettings.jsx
@@ -24,7 +24,7 @@ const BaseSettings = (props) => { const translate = useTranslate(); const notify = useNotify(); const { children, value, userInfo } = props; const { children, userInfo } = props; const { control, handleSubmit, watch, setValue, getValues, formState: { isDirty } } = useForm(); const [loading, setLoading] = useState(false); @@ -68,7 +68,6 @@ return ( <Box hidden={value !== 0} sx={{ p: 3, flex: 1,