feat: add establishment settings
This commit is contained in:
@@ -13,7 +13,7 @@ export class Settings {
|
||||
readonly menuItems = [
|
||||
new IconNavListItem('translate', 'settings.nav.language', ['languages']),
|
||||
new IconNavListItem('warehouse', 'settings.nav.manage_chains', ['chains']),
|
||||
new IconNavListItem('store', 'settings.nav.manage_establishments', ['/']),
|
||||
new IconNavListItem('store', 'settings.nav.manage_establishments', ['establishments']),
|
||||
new IconNavListItem('shopping_bag', 'settings.nav.manage_products', ['/']),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user