Skip to content

Commit f69e1c3

Browse files
authored
[Backport 1.9] COMPASS 1753 🐛 Project section of query not stored in 'Previous queries' section in the side-bar (#1222) (#1223)
1 parent f2713ed commit f69e1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal-packages/query/lib/store/query-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ const QueryStore = Reflux.createStore({
638638
if (registry) {
639639
const newState = {
640640
filter: this.state.filter,
641-
projection: this.state.project,
641+
project: this.state.project,
642642
sort: this.state.sort,
643643
skip: this.state.skip,
644644
limit: this.state.limit,

0 commit comments

Comments
 (0)