Tasks und Vertragstyp fix #17
This commit is contained in:
@@ -8,7 +8,7 @@ const _useDashboard = () => {
|
||||
|
||||
defineShortcuts({
|
||||
'g-h': () => router.push('/'),
|
||||
'g-a': () => router.push('/standardEntity/tasks'),
|
||||
'g-a': () => router.push('/tasks'),
|
||||
'g-d': () => router.push('/files'),
|
||||
'g-k': () => router.push('/standardEntity/customers'),
|
||||
'g-l': () => router.push('/standardEntity/vendors'),
|
||||
@@ -31,4 +31,4 @@ const _useDashboard = () => {
|
||||
}
|
||||
}
|
||||
|
||||
export const useDashboard = createSharedComposable(_useDashboard)
|
||||
export const useDashboard = createSharedComposable(_useDashboard)
|
||||
|
||||
Reference in New Issue
Block a user