more destroying

This commit is contained in:
Niels Lyngsø
2024-02-28 10:20:12 +01:00
parent eb00c4ab09
commit 099d997b0d

View File

@@ -92,6 +92,8 @@ export class UmbMemberWorkspaceContext
public destroy(): void {
super.destroy();
this.#persistedData.destroy();
this.#currentData.destroy();
}
}