Skip to content

Commit d4e7b64

Browse files
Merge pull request #2060 from bcgov/edx-2690
EDX-2690: added ZEROCRS filter.
2 parents 8c48b13 + 7a18add commit d4e7b64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/utils/sdc/TableConfiguration.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ export const FTE_ZERO_FILTER = Object.freeze(
269269
title: 'Authority already received funding',
270270
id: 'authdup',
271271
value: 'AUTHDUP'
272+
},
273+
{
274+
title: 'Student Reported Without Courses',
275+
id: 'zerocrs',
276+
value: 'ZEROCRS'
272277
}
273278
]
274279
}

0 commit comments

Comments
 (0)