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