Close on save.

This commit is contained in:
Brian Cao 2022-12-28 12:36:41 -08:00
parent ce56899704
commit 1457c3ac4e

View file

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