fix: added switch to desk button in user dropdown
This commit is contained in:
parent
2a4748f9b4
commit
6988614a4e
@ -62,6 +62,11 @@ const { getUser } = usersStore()
|
||||
const user = computed(() => getUser() || {})
|
||||
|
||||
const userDropdownOptions = [
|
||||
{
|
||||
icon: 'corner-up-left',
|
||||
label: 'Switch to Desk',
|
||||
onClick: () => window.location.replace('/app'),
|
||||
},
|
||||
{
|
||||
icon: 'log-out',
|
||||
label: 'Log out',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user