Skip to content

Commit

Permalink
remove funding filters from all student reports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcdermid committed Sep 13, 2024
1 parent 0047bee commit 7d50b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/utils/sdc/collectionTableConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,6 @@ export const FTE_DISTRICT = Object.freeze(
{ title: 'Grade Enrolment & FTE per School', endpoint:'grade-enrollment'}
],
allowedFilters: {
warnings: WARNING_FILTER,
studentType: STUDENT_TYPE_FILTER,
fte: FTE_FILTER,
grade: GRADE_FILTER,
Expand Down Expand Up @@ -1064,7 +1063,6 @@ export const FTE_SCHOOL = Object.freeze(
{ title: 'Grade Enrolment & FTE per School', endpoint:'grade-enrollment'}
],
allowedFilters: {
warnings: WARNING_FILTER,
studentType: STUDENT_TYPE_FILTER,
fte: FTE_FILTER,
grade: GRADE_FILTER,
Expand Down

0 comments on commit 7d50b03

Please sign in to comment.