Updated reset method as well.

This commit is contained in:
Jeremy-Z 2026-01-14 15:32:34 -05:00
parent f84ca3dfd7
commit e1e39b8028

View file

@ -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;