Skip to content

Commit a82d8f1

Browse files
Merge pull request #1916 from bcgov/fix/EDX-2922
Added a “Resolution“ title to the column on Step 4
2 parents 10dff21 + ce8e400 commit a82d8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/sdc/TableConfiguration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ export const SCH_DUPLICATES = Object.freeze(
978978
{ title: 'Career Program', key: 'mappedCareerProgram', subHeader: { title: 'Career Code', key: 'mappedCareerProgramCode' } },
979979
{ title: 'Indigenous Ancestry', key: 'mappedAncestryIndicator', subHeader: { title: 'Band Code', key: 'mappedBandCode' } },
980980
{ title: 'Indigenous Support Program', key: 'mappedIndigenousEnrolledProgram', subHeader: { title: 'Inclusive Education Category', key: 'mappedSpedCode' } },
981-
{ title: ' ', key: 'action' },
981+
{ title: 'Resolution', key: 'action' },
982982
],
983983
}
984984
);

0 commit comments

Comments
 (0)