Skip to content

Commit

Permalink
fix(admin-ui): Fix customers breadcrumb link (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
oidt authored Jun 12, 2023
1 parent 629bfd0 commit edaa867
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 @@ -27,7 +27,7 @@ export const createRoutes = (pageService: PageService): Route[] => [
component: PageComponent,
data: {
locationId: 'customer-detail',
breadcrumb: _('breadcrumb.customers'),
breadcrumb: { label: _('breadcrumb.customers'), link: ['../', 'customer'] },
},
children: pageService.getPageTabRoutes('customer-detail'),
},
Expand Down

0 comments on commit edaa867

Please sign in to comment.