Changes
This commit is contained in:
@@ -9,7 +9,7 @@ const _useDashboard = () => {
|
||||
defineShortcuts({
|
||||
'g-h': () => router.push('/'),
|
||||
'g-i': () => router.push('/inbox'),
|
||||
'g-u': () => router.push('/users'),
|
||||
'g-u': () => router.push('/profiles'),
|
||||
'g-s': () => router.push('/settings'),
|
||||
'?': () => isHelpSlideoverOpen.value = true,
|
||||
n: () => isNotificationsSlideoverOpen.value = !isNotificationsSlideoverOpen.value
|
||||
|
||||
Reference in New Issue
Block a user