#
luxiaotao1123
2025-02-09 d2b1476f5c856f4ada88c04f052d191614ce82f9
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,