Skip to content

Commit

Permalink
fix(admin-ui): Fix id of customer groups list
Browse files Browse the repository at this point in the history
Fixes #2894
  • Loading branch information
michaelbromley committed Jun 14, 2024
1 parent d743e4e commit 33780ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin-ui/src/lib/customer/src/customer.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const createRoutes = (pageService: PageService): Route[] => [
path: 'groups',
component: PageComponent,
data: {
locationId: 'customer-detail',
locationId: 'customer-group-list',
breadcrumb: _('breadcrumb.customer-groups'),
},
children: pageService.getPageTabRoutes('customer-group-list'),
Expand Down

0 comments on commit 33780ce

Please sign in to comment.