remove todo

This commit is contained in:
Niels Lyngsø
2024-08-14 21:13:11 +02:00
parent d6072a26bc
commit 0a69c55a2c

View File

@@ -28,7 +28,6 @@ export class UmbBlockElementManager extends UmbControllerBase {
readonly validation = new UmbValidationContext(this);
constructor(host: UmbControllerHost, dataPathPropertyName: string) {
// TODO: Get Workspace Alias via Manifest.
super(host);
this.observe(this.contentTypeId, (id) => this.structure.loadType(id));