mirror of
https://github.com/discourse/discourse.git
synced 2025-05-01 20:44:37 +08: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 },
|
search: { replace: true, refreshModel: true },
|
||||||
max_posts: { replace: true, refreshModel: true },
|
max_posts: { replace: true, refreshModel: true },
|
||||||
q: { replace: true, refreshModel: true },
|
q: { replace: true, refreshModel: true },
|
||||||
tags: { replace: true, refreshModel: true }
|
tags: { replace: true }
|
||||||
};
|
};
|
||||||
|
|
||||||
// Basic controller options
|
// Basic controller options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user