mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
FIX: do not persist tags query param (#14527)
This commit fixes the inconsistent behaviour where a user lands on blank page from the `/new-topic` route if the tag beign used does not have any topic attached. https://meta.discourse.org/t/tag-route-when-creating-a-topic-via-url/204973
This commit is contained in:
parent
d6a24e9cd7
commit
be75d20fad
@ -9,7 +9,6 @@ export const queryParams = {
|
||||
search: { replace: true, refreshModel: true },
|
||||
max_posts: { replace: true, refreshModel: true },
|
||||
q: { replace: true, refreshModel: true },
|
||||
tags: { replace: true },
|
||||
before: { replace: true, refreshModel: true },
|
||||
bumped_before: { replace: true, refreshModel: true },
|
||||
f: { replace: true, refreshModel: true },
|
||||
|
Loading…
Reference in New Issue
Block a user