This commit is contained in:
Niels Lyngsø
2024-08-30 08:40:39 +02:00
parent 929068eaca
commit e346868bf1

View File

@@ -132,7 +132,9 @@ export class UmbPropertyEditorUIBlockGridElement
this.removeFormControlElement(this.#currentEntriesElement as any);
}
this.#currentEntriesElement = element;
this.addFormControlElement(element as any);
if (element) {
this.addFormControlElement(element as any);
}
}
override render() {