mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 20:23:46 +02:00
Clean up treeData
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user