refactor: refs #8322 remove keyBinding from Wagon router module

This commit is contained in:
Alex Moreno 2025-03-06 13:44:22 +01:00
parent fa4a02e066
commit 64ad46a4d9
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ export default {
title: 'wagons',
icon: 'vn:trolley',
moduleName: 'Wagon',
keyBinding: 'w',
menu: ['WagonList', 'WagonTypeList', 'WagonCounter'],
},
component: RouterView,