Skip to content

Commit

Permalink
Merge pull request bcgov#586 from marzmehr/PFCF-420-merged
Browse files Browse the repository at this point in the history
minor update
  • Loading branch information
marzmehr authored Jan 20, 2024
2 parents bd00cb5 + 989588d commit fb36ce3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web/src/store/modules/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ class Application extends VuexModule {
noticeRemoveLawyerChild: false,
noticeLawyerParty: false,
noticeRemoveLawyerParty: false,
affidavit: false
affidavit: false,
guardianshipAffidavit: false
}

public stPgNo = {} as stepsAndPagesNumberInfoType;
Expand Down Expand Up @@ -3299,4 +3300,4 @@ class Application extends VuexModule {

}

export default Application
export default Application

0 comments on commit fb36ce3

Please sign in to comment.