From e4db4e462eb899c2dba121bfce42eb4f85c05469 Mon Sep 17 00:00:00 2001 From: Tony Stipanic Date: Tue, 17 Aug 2021 00:07:56 +0200 Subject: [PATCH] Fix empty widget in braedcrumb --- web/app/app.routing.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/app.routing.ts b/web/app/app.routing.ts index a93ba2d..9e59efb 100644 --- a/web/app/app.routing.ts +++ b/web/app/app.routing.ts @@ -170,6 +170,7 @@ const routes: Routes = [ }, { path: "widget", + data: {breadcrumb: {skip: true}}, children: [ { path: "custom",