This commit is contained in:
Niels Lyngsø
2023-01-05 09:49:27 +01:00
parent 7c02e8cb47
commit 8b14209e13

View File

@@ -98,7 +98,7 @@ export class UmbSectionElement extends UmbLitElement {
component: () => createExtensionElement(workspace),
setup: (component: Promise<UmbWorkspaceEntityElement>, info: IRoutingInfo) => {
component.then((el) => {
(el as any).entityKey = info.match.params.key;
el.entityKey = info.match.params.key;
});
},
});