remove comment

This commit is contained in:
Niels Lyngsø
2024-01-30 15:44:50 +01:00
parent 102a1c25dc
commit c95b0aff9b

View File

@@ -17,7 +17,6 @@ export class UmbBlockWorkspaceHasSettingsCondition extends UmbBaseController imp
this.config = args.config;
this.#onChange = args.onChange;
// TODO: Rename the Block Context, so it gets a name.. like Block Entry Context or something.
this.consumeContext(UMB_BLOCK_WORKSPACE_CONTEXT, (context) => {
this.observe(
context.settings.contentTypeId,