update todo

This commit is contained in:
Niels Lyngsø
2024-08-14 21:15:28 +02:00
parent 0a69c55a2c
commit eeb71900fc

View File

@@ -51,7 +51,7 @@ export class UmbBlockWorkspaceContext<LayoutDataType extends UmbBlockLayoutBaseM
readonly settings = new UmbBlockElementManager(this, 'settingsData');
// TODO: Get the name of the contentElementType..
// TODO: Get the name from the content element type. Or even better get the Label, but that has to be re-actively updated.
#label = new UmbStringState<string | undefined>(undefined);
readonly name = this.#label.asObservable();