From e1e39b8028c376347c098d7ff6d5743963d412b1 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Wed, 14 Jan 2026 15:32:34 -0500 Subject: [PATCH] Updated reset method as well. --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index a685a87a..f2d213c5 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -2157,6 +2157,7 @@ export const useMainStore = defineStore({ resetISSConfigState() { this.issConfig.clientName = 'Generic Insurance'; + this.issConfig.clientFullName = 'Generic Insurance'; this.issConfig.clientDisplayName = 'Generic Insurance'; this.issConfig.clientHeader = {}; this.issConfig.parentAccountNumber = 0;