diff --git a/src/Umbraco.Web.UI.Client/examples/modal-routed/modal/example-modal.element.ts b/src/Umbraco.Web.UI.Client/examples/modal-routed/modal/example-modal.element.ts index df982abe9e..453935be03 100644 --- a/src/Umbraco.Web.UI.Client/examples/modal-routed/modal/example-modal.element.ts +++ b/src/Umbraco.Web.UI.Client/examples/modal-routed/modal/example-modal.element.ts @@ -27,10 +27,11 @@ export class UmbExampleModal extends UmbModalBaseElement { path: `details`, component: () => import('./steps/example-modal-step2.element.js'), }, - { + // NL: There is a problem with this one, but there is more problems as the modal does not close when navigating the browser history. + /*{ path: '', redirectTo: 'overview', - }, + },*/ ]; }