From 73b590eb348e2c3f71af59debfb1f8e0a37a8d90 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 15 Sep 2020 16:53:02 -0400 Subject: [PATCH] LP#1811710: (follow-up) update loadChildren for hopeless holds Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/routing.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/routing.module.ts b/Open-ILS/src/eg2/src/app/staff/routing.module.ts index edff9a805c..58c3443b3c 100644 --- a/Open-ILS/src/eg2/src/app/staff/routing.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/routing.module.ts @@ -53,7 +53,8 @@ const routes: Routes = [{ import('./sandbox/sandbox.module').then(m => m.SandboxModule) }, { path: 'hopeless', - loadChildren : '@eg/staff/hopeless/hopeless.module#HopelessModule' + loadChildren: () => + import('@eg/staff/hopeless/hopeless.module').then(m => m.HopelessModule) }, { path: 'admin', loadChildren: () => -- 2.43.2