Skip to content

Commit 9990022

Browse files
committed
- Disable other fra file types for now
1 parent a8dbd65 commit 9990022

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tdrs-frontend/src/components/Reports/ReportsContext.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ const VALID_FILE_TYPES = {
3939
],
4040
fra: [
4141
'workOutcomesOfTanfExiters',
42-
'secondarySchoolAttainment',
43-
'supplementalWorkOutcomes',
42+
// TODO: uncomment when we collect this data
43+
// 'secondarySchoolAttainment',
44+
// 'supplementalWorkOutcomes',
4445
],
4546
}
4647

0 commit comments

Comments
 (0)