Clean up treeData

This commit is contained in:
Natsumi
2026-01-25 02:21:21 +13:00
committed by pa
parent e22f214210
commit f840dabe43
5 changed files with 23 additions and 31 deletions

View File

@@ -49,7 +49,6 @@ export const useGroupStore = defineStore('Group', () => {
activeTab: 'Info',
lastActiveTab: 'Info',
isGetGroupDialogGroupLoading: false,
treeData: {},
id: '',
inGroup: false,
ownerDisplayName: '',
@@ -147,7 +146,6 @@ export const useGroupStore = defineStore('Group', () => {
D.id = groupId;
D.inGroup = false;
D.ownerDisplayName = '';
D.treeData = {};
D.announcement = {};
D.posts = [];
D.postsFiltered = [];