- fixed detecting unsaved changes;
This commit is contained in:
@@ -78,6 +78,7 @@ const TopBarProfileMenu = ({ menuLeftRef }) => {
|
||||
icon: 'pi pi-sign-out',
|
||||
command: () => {
|
||||
storeSet.main.doLogout();
|
||||
window.location.reload();
|
||||
},
|
||||
enable: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user