diff --git a/src/resources/users.tsx b/src/resources/users.tsx
index 553a92c..989c115 100644
--- a/src/resources/users.tsx
+++ b/src/resources/users.tsx
@@ -37,6 +37,8 @@ import {
TopToolbar,
NumberField,
useListContext,
+ Toolbar,
+ SaveButton,
} from "react-admin";
import { Link } from "react-router-dom";
@@ -118,6 +120,12 @@ const UserEditActions = () => {
);
};
+const UserEditToolbar = props => (
+
+
+
+);
+
const UserTitle = () => {
const record = useRecordContext();
const translate = useTranslate();
@@ -135,7 +143,7 @@ export const UserEdit = (props: EditProps) => {
const translate = useTranslate();
return (
} actions={}>
-
+ }>
}>