#
whycq
2025-02-27 08824ef346ed8af8eafd6a5480c42dbe0daaf1f2
rsf-admin/src/page/dictType/DictTypeEdit.jsx
@@ -31,7 +31,6 @@
const FormToolbar = () => {
    const { getValues } = useFormContext();
    return (
        <Toolbar sx={{ justifyContent: 'space-between' }}>
            <SaveButton />
@@ -42,7 +41,7 @@
const DictTypeEdit = () => {
    const translate = useTranslate();
    return (
        <Edit
            redirect="list"