diff --git a/package-lock.json b/package-lock.json index bb54f56d5..426a27d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-filings-ui", - "version": "6.9.0", + "version": "6.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-filings-ui", - "version": "6.9.0", + "version": "6.9.1", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/base-address": "2.0.7", diff --git a/package.json b/package.json index 97e64ffc2..1c133191d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-filings-ui", - "version": "6.9.0", + "version": "6.9.1", "private": true, "appName": "Filings UI", "sbcName": "SBC Common Components", diff --git a/src/components/Dashboard/FilingHistoryList/HeaderActions.vue b/src/components/Dashboard/FilingHistoryList/HeaderActions.vue index 2ce6a54c1..b9e01d424 100644 --- a/src/components/Dashboard/FilingHistoryList/HeaderActions.vue +++ b/src/components/Dashboard/FilingHistoryList/HeaderActions.vue @@ -154,9 +154,8 @@ export default class HeaderActions extends Mixins(AllowableActionsMixin) { case FilingTypes.CHANGE_OF_ADDRESS: case FilingTypes.CHANGE_OF_DIRECTORS: - if (this.isBenBcCccUlc) { - // correction via Edit UI if current type is BC, CC, ULC, or BEN - // To-Do for the future: Revisit this when we do Coop corrections in Edit UI + if (this.isBenBcCccUlc || this.isCoop) { + // correction via Edit UI if current type is BC, CC, ULC, BEN or COOP this.setCurrentFiling(filing) this.setFileCorrectionDialog(true) break