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…
Reference in New Issue