Skip to content

Commit

Permalink
18749 - fix bug in reopen draft amalgamation file (bcgov#613)
Browse files Browse the repository at this point in the history
* update version

* add validation to mounted function

* update version
  • Loading branch information
tshyun24 authored Jan 8, 2024
1 parent c676503 commit e691d3c
Show file tree
Hide file tree
Showing 3 changed files with 6 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.6.26",
"version": "5.6.27",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
3 changes: 3 additions & 0 deletions src/components/Amalgamation/AmalgamationStatement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export default class AmalgamationStatement extends Vue {
/** Called when component is mounted. */
mounted (): void {
this.courtApproval = this.getAmalgamationCourtApproval
if (this.courtApproval !== null) {
this.amalgamationStatementValid(true)
}
}
/**
Expand Down

0 comments on commit e691d3c

Please sign in to comment.