diff --git a/apps/portal/src/utils/questions/constants.ts b/apps/portal/src/utils/questions/constants.ts index 94f63c85..b1746821 100644 --- a/apps/portal/src/utils/questions/constants.ts +++ b/apps/portal/src/utils/questions/constants.ts @@ -36,6 +36,11 @@ export const QUESTION_TYPES: FilterChoices = [ label: 'Behavioral', value: 'BEHAVIORAL', }, + { + id: 'THEORY', + label: 'Theory', + value: 'THEORY', + }, ] as const; export type QuestionAge = 'all' | 'last-6-months' | 'last-month' | 'last-year';