Skip to content

Commit

Permalink
fix lint error and update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
meawong committed Nov 4, 2024
1 parent 214c5a8 commit 2e4669f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.14.0",
"version": "5.14.1",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Incorporation/IncorporationReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default class IncorporationReviewConfirm extends Vue {
* In case submitting the incorporation failed, we want to reset the validity of Certify.
* This is since the checkbox has to be ticked again after the save dialog has been closed.
*/
mounted (): void {
mounted (): void {
this.setCertifyState({
certifiedBy: this.getCertifyState.certifiedBy,
valid: false
Expand Down

0 comments on commit 2e4669f

Please sign in to comment.