Skip to content

Commit

Permalink
fix(admin-ui): Make registerPageTab work on 'order-list' location (#3187
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kkerti authored Nov 8, 2024
1 parent a8938f4 commit 61d808b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin-ui/src/lib/order/src/order.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const createRoutes = (pageService: PageService): Route[] => [
{
path: '',
component: PageComponent,
pathMatch: 'full',
data: {
locationId: 'order-list',
breadcrumb: _('breadcrumb.orders'),
Expand Down

0 comments on commit 61d808b

Please sign in to comment.