Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 7234597

Browse files
authored
Merge pull request #602 from FlowzPlatform/AnalyticsSearch
Table Array push fixed
2 parents 0adb957 + 6910627 commit 7234597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/pages/flow/analytics.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ export default {
303303
}
304304
},
305305
searchInstances () {
306+
this.tableData = []
307+
this.colviewData = []
306308
// this.tableData = _.filter(this.tableData, (o) => { return o.id === this.searchQuery })
307309
let query = this.searchQuery
308310
let sort = this.selectedSortBy

0 commit comments

Comments
 (0)