Updated reset method as well.
This commit is contained in:
parent
f84ca3dfd7
commit
e1e39b8028
1 changed files with 1 additions and 0 deletions
|
|
@ -2157,6 +2157,7 @@ export const useMainStore = defineStore({
|
||||||
|
|
||||||
resetISSConfigState() {
|
resetISSConfigState() {
|
||||||
this.issConfig.clientName = 'Generic Insurance';
|
this.issConfig.clientName = 'Generic Insurance';
|
||||||
|
this.issConfig.clientFullName = 'Generic Insurance';
|
||||||
this.issConfig.clientDisplayName = 'Generic Insurance';
|
this.issConfig.clientDisplayName = 'Generic Insurance';
|
||||||
this.issConfig.clientHeader = {};
|
this.issConfig.clientHeader = {};
|
||||||
this.issConfig.parentAccountNumber = 0;
|
this.issConfig.parentAccountNumber = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue