|
@@ -25,7 +25,7 @@ export const createRoutes = (pageService: PageService): Route[] => [
|
|
|
path: 'groups',
|
|
path: 'groups',
|
|
|
component: PageComponent,
|
|
component: PageComponent,
|
|
|
data: {
|
|
data: {
|
|
|
- locationId: 'customer-detail',
|
|
|
|
|
|
|
+ locationId: 'customer-group-list',
|
|
|
breadcrumb: _('breadcrumb.customer-groups'),
|
|
breadcrumb: _('breadcrumb.customer-groups'),
|
|
|
},
|
|
},
|
|
|
children: pageService.getPageTabRoutes('customer-group-list'),
|
|
children: pageService.getPageTabRoutes('customer-group-list'),
|