diff --git a/ppr-ui/package.json b/ppr-ui/package.json index 7659de471..573bbe510 100644 --- a/ppr-ui/package.json +++ b/ppr-ui/package.json @@ -1,6 +1,6 @@ { "name": "ppr-ui", - "version": "2.1.24", + "version": "2.1.25", "private": true, "appName": "Assets UI", "sbcName": "SBC Common Components", diff --git a/ppr-ui/src/resources/unitNotes.ts b/ppr-ui/src/resources/unitNotes.ts index 956b8723f..fdfa3336a 100644 --- a/ppr-ui/src/resources/unitNotes.ts +++ b/ppr-ui/src/resources/unitNotes.ts @@ -28,8 +28,7 @@ export const NoticeOfTaxSaleDropDown: Array = [ // Dropdown items for Staff when Mhr has Residential Exemption note export const ResidentialExemptionStaffDropDown: Array = [ - UnitNoteDocTypes.PUBLIC_NOTE, - UnitNoteDocTypes.CONFIDENTIAL_NOTE + UnitNoteDocTypes.PUBLIC_NOTE ] // Dropdown items for QS when Mhr has Residential Exemption note diff --git a/ppr-ui/src/views/mhrInformation/MhrInformation.vue b/ppr-ui/src/views/mhrInformation/MhrInformation.vue index cbecb8c04..99f262021 100644 --- a/ppr-ui/src/views/mhrInformation/MhrInformation.vue +++ b/ppr-ui/src/views/mhrInformation/MhrInformation.vue @@ -41,7 +41,7 @@