Skip to content

Commit

Permalink
Order schedule status options by API schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 16, 2024
1 parent 1ffe7f0 commit f5a35cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export const ProgressReportsColumnMap = {
scheduleStatus: {
field: 'cumulativeSummary.scheduleStatus',
headerName: 'Progress',
...enumColumn(ScheduleStatusList, ScheduleStatusLabels),
sortable: true,
filterable: true,
...enumColumn(ScheduleStatusList, ScheduleStatusLabels, {
orderByIndex: true,
}),
valueGetter: (_, row) => row.varianceExplanation.scheduleStatus,
},
cumulativeSummary: {
Expand Down

0 comments on commit f5a35cf

Please sign in to comment.