From 989588db04aede83175fa62775510110c954d06c Mon Sep 17 00:00:00 2001 From: Marzieh Mehrnejad <60238408+marzmehr@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:50:41 -0800 Subject: [PATCH] minor update --- web/src/store/modules/application.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/store/modules/application.ts b/web/src/store/modules/application.ts index 6bf607071..1ecd1024e 100644 --- a/web/src/store/modules/application.ts +++ b/web/src/store/modules/application.ts @@ -65,7 +65,8 @@ class Application extends VuexModule { noticeRemoveLawyerChild: false, noticeLawyerParty: false, noticeRemoveLawyerParty: false, - affidavit: false + affidavit: false, + guardianshipAffidavit: false } public stPgNo = {} as stepsAndPagesNumberInfoType; @@ -3299,4 +3300,4 @@ class Application extends VuexModule { } -export default Application \ No newline at end of file +export default Application