mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Close on save.
This commit is contained in:
parent
ce56899704
commit
1457c3ac4e
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ export default function ProfileSettings() {
|
|||
|
||||
const handleSave = () => {
|
||||
showToast({ message: 'Saved successfully.', variant: 'success' });
|
||||
setEdit(false);
|
||||
};
|
||||
|
||||
const handleAdd = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue