Skip to content

Commit a6ae3b5

Browse files
committed
1 parent e945797 commit a6ae3b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/malewicz/src/components/ObjectsTablePanel.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
return
154154
}
155155
if (this.$store.getters.getConnections.length === 0) {
156+
this.items = []
156157
return
157158
}
158159
this.meta = this.$store.getters.getTypes.find( v => { return v.name === this.$store.getters.getUri.type } )
@@ -177,6 +178,7 @@
177178
types: {
178179
handler(newVal, oldVal) {
179180
if (this.$store.getters.getConnections.length === 0) {
181+
this.items = []
180182
return
181183
}
182184
this.meta = this.$store.getters.getTypes.find( v => { return v.name === this.$store.getters.getUri.type } )

0 commit comments

Comments
 (0)