This commit is contained in:
Niels Lyngsø
2024-06-24 16:15:14 +02:00
parent d735695f33
commit 784c140071

View File

@@ -355,8 +355,6 @@ export abstract class UmbBlockEntryContext<
this.observe(
this._manager.contentTypeOf(contentTypeKey),
(contentType) => {
//this.#contentElementTypeAlias.setValue(contentType?.alias);
//this.#contentElementTypeName.setValue(contentType?.name);
this.#contentElementType.setValue(contentType);
this._gotContentType(contentType);
},