DEV: allow min_posts to be automatically passed (#16042)
This commit is contained in:
parent
8cb344ddde
commit
582091a698
|
@ -8,6 +8,7 @@ export const queryParams = {
|
||||||
state: { replace: true, refreshModel: true },
|
state: { replace: true, refreshModel: true },
|
||||||
search: { replace: true, refreshModel: true },
|
search: { replace: true, refreshModel: true },
|
||||||
max_posts: { replace: true, refreshModel: true },
|
max_posts: { replace: true, refreshModel: true },
|
||||||
|
min_posts: { replace: true, refreshModel: true },
|
||||||
q: { replace: true, refreshModel: true },
|
q: { replace: true, refreshModel: true },
|
||||||
before: { replace: true, refreshModel: true },
|
before: { replace: true, refreshModel: true },
|
||||||
bumped_before: { replace: true, refreshModel: true },
|
bumped_before: { replace: true, refreshModel: true },
|
||||||
|
|
Loading…
Reference in New Issue