We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e945797 commit a6ae3b5Copy full SHA for a6ae3b5
1 file changed
src/main/malewicz/src/components/ObjectsTablePanel.vue
@@ -153,6 +153,7 @@
153
return
154
}
155
if (this.$store.getters.getConnections.length === 0) {
156
+ this.items = []
157
158
159
this.meta = this.$store.getters.getTypes.find( v => { return v.name === this.$store.getters.getUri.type } )
@@ -177,6 +178,7 @@
177
178
types: {
179
handler(newVal, oldVal) {
180
181
182
183
184
0 commit comments