Skip to content

Commit

Permalink
23520 - Add filing name: Continuation Authorization (#259)
Browse files Browse the repository at this point in the history
* add filing name: continuation authorization

Signed-off-by: Qin <[email protected]>

* add space

Signed-off-by: Qin <[email protected]>

---------

Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin authored Oct 16, 2024
1 parent 9a675b5 commit dcc13b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/approval-type/ApprovalType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default class ApprovalType extends Vue {
]
get noticeDateErrorMsg (): string {
return (this.validate && !this.noticeDateText) ? 'Date is required': null
return (this.validate && !this.noticeDateText) ? 'Date is required' : null
}
get applicationDateErrorMsg (): string {
Expand Down
1 change: 1 addition & 0 deletions src/enums/filing-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum FilingNames {
CONSENT_AMALGAMATION_OUT = 'Consent to Amalgamation Out',
CONSENT_CONTINUATION_OUT = 'Consent to Continuation Out',
CONTINUATION_IN_APPLICATION = 'Continuation Application',
CONTINUATION_AUTHORIZATION = 'Continuation Authorization',
CONTINUATION_OUT = 'Continuation Out',
CONVERSION = 'Record Conversion',
CORRECTION = 'Correction',
Expand Down

0 comments on commit dcc13b7

Please sign in to comment.