Skip to content

Commit 6a6d5f0

Browse files
committed
fix(samples): resolving lob route path issue with new router
1 parent 432065e commit 6a6d5f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/app-lob/src/app/grid-finjs-dock-manager/grid-finjs-dock-manager.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export const GridFinJsDockManagerGridRoutes: Routes = [
66
{
77
component: GridFinJSDockManagerComponent,
88
data: finJsDockManagerGridRoutes['grid-finjs-dock-manager'],
9-
path: ''
9+
path: 'grid-finjs-dock-manager'
1010
}
1111
];

0 commit comments

Comments
 (0)