mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15: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 = () => {
|
const handleSave = () => {
|
||||||
showToast({ message: 'Saved successfully.', variant: 'success' });
|
showToast({ message: 'Saved successfully.', variant: 'success' });
|
||||||
|
setEdit(false);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleAdd = () => {
|
const handleAdd = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue