Skip to content

Commit fc7d3af

Browse files
committed
Allow passing qid in params
1 parent 361e8b9 commit fc7d3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeathersVuexFind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default {
7070
const params = { query }
7171

7272
if (this.qid) {
73-
params.qid = this.qid
73+
params.qid = params.qid || this.qid
7474
}
7575
return this.$store.dispatch(`${this.service}/find`, params)
7676
.then(() => {

0 commit comments

Comments
 (0)