fix: Resolve issue #24195 (#25804)

This commit is contained in:
John Bodley 2023-10-31 08:24:41 -07:00 committed by GitHub
parent 7804d1451e
commit 8737a8a546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ export const URL_PARAMS = {
name: 'filter_set',
type: 'string',
},
showFilters: {
name: 'show_filters',
type: 'boolean',
},
expandFilters: {
name: 'expand_filters',
type: 'boolean',