1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

add test for selection and filter #84

This commit is contained in:
lana-k
2021-08-22 16:50:17 +02:00
parent ae9e2bc03c
commit ec3ec6f57a
2 changed files with 89 additions and 4 deletions

View File

@@ -206,10 +206,6 @@ export default {
return showedInquiries
},
showedInquiriesIds () {
return this.showedInquiries.map(inquiry => inquiry.id)
},
allInquiries () {
return this.predefinedInquiries.concat(this.inquiries)
},