Skip to content

Commit

Permalink
adjusted comments
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 af20980 commit 827c06d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/views/Amalgamation/ReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ export default class AmalgamationReviewConfirm extends Vue {
return (this.getValidateSteps && !this.getDocumentDelivery.valid)
}
/** Get the Document Delievery email when a staff files.
/**
* Get the Document Delivery email when a staff files.
* Default: staff email; editable.
*/
get documentOptionalEmail (): string {
Expand Down
3 changes: 2 additions & 1 deletion src/views/ContinuationIn/ContinuationInReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ export default class ContinuationInReviewConfirm extends Vue {
return (this.getValidateSteps && !this.getDocumentDelivery.valid)
}
/** Get the Document Delievery email when a staff files.
/**
* Get the Document Delivery email when a staff files.
* Default: staff email; editable.
*/
get documentOptionalEmail (): string {
Expand Down
3 changes: 2 additions & 1 deletion src/views/Dissolution/DissolutionReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ export default class DissolutionReviewConfirm extends Mixins(DateMixin) {
return this.getValidateSteps && !(this.getCertifyState.certifiedBy && this.getCertifyState.valid)
}
/** Get the Document Delievery email when a staff files.
/**
* Get the Document Delivery email when a staff files.
* Default: staff email; editable.
*/
get documentOptionalEmail (): string {
Expand Down
3 changes: 2 additions & 1 deletion src/views/DissolutionFirm/DissolutionFirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ export default class DissolutionFirm extends Mixins(DateMixin) {
]
}
/** Get the Document Delievery email when a staff files.
/**
* Get the Document Delivery email when a staff files.
* Default: staff email; editable.
*/
get documentOptionalEmail (): string {
Expand Down
3 changes: 2 additions & 1 deletion src/views/Incorporation/IncorporationReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ export default class IncorporationReviewConfirm extends Vue {
return (this.getValidateSteps && !this.getDocumentDelivery.valid)
}
/** Get the Document Delievery email when a staff files.
/**
* Get the Document Delivery email when a staff files.
* Default: staff email; editable.
*/
get documentOptionalEmail (): string {
Expand Down
3 changes: 2 additions & 1 deletion src/views/Registration/RegistrationReviewConfirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ export default class RegistrationReviewConfirm extends Vue {
return this.getValidateSteps && !(this.getCertifyState.certifiedBy && this.getCertifyState.valid)
}
/** Get the Document Delievery email when a staff files.
/**
* Get the Document Delivery email when a staff files.
* Default: staff email; editable.
*/
get documentOptionalEmail (): string {
Expand Down

0 comments on commit 827c06d

Please sign in to comment.