This commit is contained in:
Niels Lyngsø
2024-08-06 10:32:11 +02:00
parent beac7794fd
commit 5d4d6c36e8

View File

@@ -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',
},
},*/
];
}