Close on save.
parent
ce56899704
commit
1457c3ac4e
|
@ -14,6 +14,7 @@ export default function ProfileSettings() {
|
|||
|
||||
const handleSave = () => {
|
||||
showToast({ message: 'Saved successfully.', variant: 'success' });
|
||||
setEdit(false);
|
||||
};
|
||||
|
||||
const handleAdd = () => {
|
||||
|
|
Loading…
Reference in New Issue