Skip to content

Commit

Permalink
fixed the COOP Incorp review page bug
Browse files Browse the repository at this point in the history
Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin committed Sep 4, 2024
1 parent 0388fcd commit ffa6078
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.11.16",
"version": "5.11.17",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
4 changes: 4 additions & 0 deletions src/views/Incorporation/IncorporationReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ export default class IncorporationReviewConfirm extends Vue {
/** Is true when the certify conditions are not met. */
get isCertifyInvalid (): boolean {
// Set the Court Order section valid, when it is not visible
if (!(this.isBaseCompany && this.isRoleStaff)) {
this.setCourtOrderValidity(true)
}
return this.getValidateSteps && !(this.getCertifyState.certifiedBy && this.getCertifyState.valid)
}
Expand Down

0 comments on commit ffa6078

Please sign in to comment.