todo note

This commit is contained in:
Niels Lyngsø
2024-01-18 11:12:34 +01:00
parent 0ad29fd637
commit 7f6b716afc

View File

@@ -17,6 +17,7 @@ export class UmbCreatedPackagesSectionViewElement extends UmbLitElement implemen
constructor() {
super();
// TODO: Do not implement all workspaces at this point. We should only implement the 'package-builder' workspace.
this.observe(umbExtensionsRegistry?.extensionsOfType('workspace'), (workspaceExtensions) => {
this._workspaces = workspaceExtensions;
this._createRoutes();