More refactoring, cleaned up icons, nav buttons, add messages.
This commit is contained in:
@@ -24,6 +24,7 @@ export default function UserAddForm({ onSave, onClose }) {
|
||||
mutate(data, {
|
||||
onSuccess: async () => {
|
||||
onSave(data);
|
||||
onClose();
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user