New: Added "Season Pack" to Interactive Search custom filters

Closes #4780
This commit is contained in:
Yaroslav Veremenko 2021-12-17 20:45:45 -07:00 committed by GitHub
parent f948a59f6f
commit 39192a6622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -200,6 +200,12 @@ export const defaultState = {
name: 'rejectionCount',
label: 'Rejection Count',
type: filterBuilderTypes.NUMBER
},
{
name: 'fullSeason',
label: 'Season Pack',
type: filterBuilderTypes.EXACT,
valueType: filterBuilderValueTypes.BOOL
}
],