Changes in Document Creation, Calendar, Notifications, Settings
This commit is contained in:
@@ -12,7 +12,7 @@ const _useDashboard = () => {
|
||||
'g-u': () => router.push('/users'),
|
||||
'g-s': () => router.push('/settings'),
|
||||
'?': () => isHelpSlideoverOpen.value = true,
|
||||
n: () => isNotificationsSlideoverOpen.value = true
|
||||
n: () => isNotificationsSlideoverOpen.value = !isNotificationsSlideoverOpen.value
|
||||
})
|
||||
|
||||
watch(() => route.fullPath, () => {
|
||||
|
||||
Reference in New Issue
Block a user