DEV: allow min_posts to be automatically passed (#16042)

This commit is contained in:
Kris 2022-02-23 20:06:17 -05:00 committed by GitHub
parent 8cb344ddde
commit 582091a698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export const queryParams = {
state: { replace: true, refreshModel: true },
search: { replace: true, refreshModel: true },
max_posts: { replace: true, refreshModel: true },
min_posts: { replace: true, refreshModel: true },
q: { replace: true, refreshModel: true },
before: { replace: true, refreshModel: true },
bumped_before: { replace: true, refreshModel: true },