Skip to content

Commit 045919b

Browse files
rueckstiesskangas
authored andcommitted
INT-387 reset query to {} when opening new collection
1 parent 039a0db commit 045919b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/home/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ module.exports = AmpersandView.extend({
8484
silent: true
8585
});
8686

87+
// reset title and query
88+
app.queryOptions.query = {};
8789
this.updateTitle();
8890
},
8991
template: require('./index.jade'),

0 commit comments

Comments
 (0)