Changes
This commit is contained in:
@@ -17,7 +17,7 @@ const {type} = props
|
||||
|
||||
defineShortcuts({
|
||||
'backspace': () => {
|
||||
router.push(`/${type}`)
|
||||
router.push(`/standardEntity/${type}`)
|
||||
},
|
||||
'arrowleft': () => {
|
||||
if(openTab.value > 0){
|
||||
|
||||
Reference in New Issue
Block a user