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

Closes #4780
pull/4812/head
Yaroslav Veremenko 3 years ago committed by GitHub
parent f948a59f6f
commit 39192a6622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
}
],

Loading…
Cancel
Save