We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8811793 commit 33411aeCopy full SHA for 33411ae
spug_web/src/pages/host/store.js
@@ -111,7 +111,7 @@ class Store {
111
this.rawRecords.map(item => this.idMap[item.id] = item);
112
this.groups = res2.groups;
113
this.rawTreeData = res2.treeData;
114
- this.group = this.treeData[0];
+ this.group = this.treeData[0] || {};
115
}))
116
.finally(() => {
117
this.isFetching = false;
0 commit comments