New: Added "Season Pack" to Interactive Search custom filters
Closes #4780
This commit is contained in:
parent
f948a59f6f
commit
39192a6622
|
@ -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…
Reference in New Issue