stop resetting values on destroy

This commit is contained in:
Niels Lyngsø
2024-02-22 14:13:00 +01:00
parent d81bc75d63
commit f2d4f8e22e

View File

@@ -501,7 +501,6 @@ export class UmbContentTypePropertyStructureManager<T extends UmbContentTypeMode
this.#containers.setValue([]);
}
public destroy() {
this._reset();
this.#contentTypes.destroy();
this.#containers.destroy();
super.destroy();