Item types #319

Merged
jsegarra merged 28 commits from :feature/ItemFamily into dev 2024-05-02 07:39:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 761bc7724f - Show all commits

View File

@ -9,7 +9,7 @@ export default {
moduleName: 'ItemType',
},
component: RouterView,
redirect: { name: 'ItemTypeCard' },
redirect: { name: 'ItemTypeList' },
menus: {
main: [],
card: ['ItemTypeBasicData'],