Skip to content

Commit

Permalink
Merge pull request #1916 from bcgov/fix/EDX-2922
Browse files Browse the repository at this point in the history
Added a “Resolution“ title to the column on Step 4
  • Loading branch information
arcshiftsolutions authored Sep 11, 2024
2 parents 10dff21 + ce8e400 commit a82d8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/sdc/TableConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ export const SCH_DUPLICATES = Object.freeze(
{ title: 'Career Program', key: 'mappedCareerProgram', subHeader: { title: 'Career Code', key: 'mappedCareerProgramCode' } },
{ title: 'Indigenous Ancestry', key: 'mappedAncestryIndicator', subHeader: { title: 'Band Code', key: 'mappedBandCode' } },
{ title: 'Indigenous Support Program', key: 'mappedIndigenousEnrolledProgram', subHeader: { title: 'Inclusive Education Category', key: 'mappedSpedCode' } },
{ title: ' ', key: 'action' },
{ title: 'Resolution', key: 'action' },
],
}
);

0 comments on commit a82d8f1

Please sign in to comment.