stop resetting values on destroy
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user