mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
FIX: composing new pre filled topic with tags was broken
This commit is contained in:
parent
4a1340b14e
commit
70227d37d7
@ -7,7 +7,7 @@ export const queryParams = {
|
||||
search: { replace: true, refreshModel: true },
|
||||
max_posts: { replace: true, refreshModel: true },
|
||||
q: { replace: true, refreshModel: true },
|
||||
tags: { replace: true, refreshModel: true }
|
||||
tags: { replace: true }
|
||||
};
|
||||
|
||||
// Basic controller options
|
||||
|
Loading…
x
Reference in New Issue
Block a user