From 97c597eeef18c5c6a995613cefae8670e3d31a5e Mon Sep 17 00:00:00 2001 From: Qin Date: Wed, 16 Oct 2024 15:09:58 -0700 Subject: [PATCH 1/2] add filing name: continuation authorization Signed-off-by: Qin --- src/enums/filing-names.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/enums/filing-names.ts b/src/enums/filing-names.ts index c56312a2..5576a76e 100644 --- a/src/enums/filing-names.ts +++ b/src/enums/filing-names.ts @@ -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', From 30bcb56f4c214ebd078ed42a1a8844e700ff44d2 Mon Sep 17 00:00:00 2001 From: Qin Date: Wed, 16 Oct 2024 15:40:06 -0700 Subject: [PATCH 2/2] add space Signed-off-by: Qin --- src/components/approval-type/ApprovalType.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/approval-type/ApprovalType.vue b/src/components/approval-type/ApprovalType.vue index 2ca511b7..0c33d005 100644 --- a/src/components/approval-type/ApprovalType.vue +++ b/src/components/approval-type/ApprovalType.vue @@ -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 {