diff --git a/frontend/src/Store/Actions/releaseActions.js b/frontend/src/Store/Actions/releaseActions.js index 94e75de29..397a4aebd 100644 --- a/frontend/src/Store/Actions/releaseActions.js +++ b/frontend/src/Store/Actions/releaseActions.js @@ -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 } ],