destroy
This commit is contained in:
@@ -198,7 +198,6 @@ export class UmbMediaTypeWorkspaceContext
|
||||
public destroy(): void {
|
||||
this.#persistedData.destroy();
|
||||
this.structure.destroy();
|
||||
this.#isSorting.destroy();
|
||||
this.repository.destroy();
|
||||
super.destroy();
|
||||
}
|
||||
|
||||
@@ -193,7 +193,9 @@ export class UmbMemberTypeWorkspaceContext
|
||||
}
|
||||
|
||||
public destroy(): void {
|
||||
this.#persistedData.destroy();
|
||||
this.structure.destroy();
|
||||
this.repository.destroy();
|
||||
super.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user