mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
FIX: removes legacy refreshQueryWithoutTransition (#9145)
This was causing the history state from period query params to get messedup when going back.
This commit is contained in:
parent
4f37233208
commit
345ac6cb67
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ export default DiscourseRoute.extend({
|
|||
exclude_usernames: { refreshModel: true }
|
||||
},
|
||||
|
||||
refreshQueryWithoutTransition: true,
|
||||
|
||||
titleToken() {
|
||||
return I18n.t("directory.title");
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue