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;