Close on save.

pull/1718/head
Brian Cao 2022-12-28 12:36:41 -08:00
parent ce56899704
commit 1457c3ac4e
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default function ProfileSettings() {
const handleSave = () => {
showToast({ message: 'Saved successfully.', variant: 'success' });
setEdit(false);
};
const handleAdd = () => {