diff --git a/package-lock.json b/package-lock.json index 02a1673ee..cadce79d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.6.18", + "version": "5.6.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.6.18", + "version": "5.6.19", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index a57fb1d74..77fe8437d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.6.18", + "version": "5.6.19", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/components/Amalgamation/ResultingBusinessName.vue b/src/components/Amalgamation/ResultingBusinessName.vue index 35705d828..440904ec0 100644 --- a/src/components/Amalgamation/ResultingBusinessName.vue +++ b/src/components/Amalgamation/ResultingBusinessName.vue @@ -107,6 +107,7 @@ export default class ResultingBusinessName extends Mixins(AmalgamationMixin, Nam get companyName (): string { return (this.getNameRequestApprovedName || this.getBusinessLegalName) } + /** This section's validity state (when prompted by app). */ get invalidSection (): boolean { return (this.getShowErrors && !this.getCorrectNameOption) diff --git a/src/components/common/NameRequestInfo.vue b/src/components/common/NameRequestInfo.vue index 6c9211c7d..4cb36d3ff 100644 --- a/src/components/common/NameRequestInfo.vue +++ b/src/components/common/NameRequestInfo.vue @@ -204,11 +204,57 @@ -