[questions][feat] add theory questions

pull/519/head
Jeff Sieu 3 years ago
parent ec97ee992a
commit 82b7640a44

@ -36,6 +36,11 @@ export const QUESTION_TYPES: FilterChoices<QuestionsQuestionType> = [
label: 'Behavioral',
value: 'BEHAVIORAL',
},
{
id: 'THEORY',
label: 'Theory',
value: 'THEORY',
},
] as const;
export type QuestionAge = 'all' | 'last-6-months' | 'last-month' | 'last-year';

Loading…
Cancel
Save