From ce8e400e32c22b76dd1d1ae436f9217099aad185 Mon Sep 17 00:00:00 2001 From: Khaled Smaoui Date: Wed, 11 Sep 2024 14:47:09 -0700 Subject: [PATCH] =?UTF-8?q?Added=20a=20=E2=80=9CResolution=E2=80=9C=20titl?= =?UTF-8?q?e=20to=20the=20column=20on=20Step=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/utils/sdc/TableConfiguration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/sdc/TableConfiguration.js b/frontend/src/utils/sdc/TableConfiguration.js index d7336941..de150293 100644 --- a/frontend/src/utils/sdc/TableConfiguration.js +++ b/frontend/src/utils/sdc/TableConfiguration.js @@ -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' }, ], } );