#
vincentlu
2025-02-08 38c75eae922335271cbf075acc1a0aa5e11c52b2
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,