FIX: composing new pre filled topic with tags was broken

This commit is contained in:
Arpit Jalan 2016-12-12 22:27:53 +05:30
parent 4a1340b14e
commit 70227d37d7

View File

@ -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