Skip to content

Commit

Permalink
fix(filters): prefix filters for api with filters
Browse files Browse the repository at this point in the history
  • Loading branch information
velrest committed Aug 19, 2020
1 parent 5a29cf4 commit 521a279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/document-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class DocumentGridComponent extends Component {
*fetchDocuments() {
return yield this.store.query("document", {
include: "category",
...this.args.filters,
filter: { ...this.args.filters },
});
}
}

0 comments on commit 521a279

Please sign in to comment.