We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2713ed commit f69e1c3Copy full SHA for f69e1c3
src/internal-packages/query/lib/store/query-store.js
@@ -638,7 +638,7 @@ const QueryStore = Reflux.createStore({
638
if (registry) {
639
const newState = {
640
filter: this.state.filter,
641
- projection: this.state.project,
+ project: this.state.project,
642
sort: this.state.sort,
643
skip: this.state.skip,
644
limit: this.state.limit,
0 commit comments