FIX: Leave tags parameter in query string of URL when visiting page
This commit is contained in:
parent
74b6fe8739
commit
b1e8e2a6f6
|
@ -6,7 +6,8 @@ export const queryParams = {
|
|||
state: { replace: true, refreshModel: true },
|
||||
search: { 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 }
|
||||
};
|
||||
|
||||
// Basic controller options
|
||||
|
|
Loading…
Reference in New Issue