renamed default value in store
This commit is contained in:
parent
a149082066
commit
fb3dd18a33
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ const getDefaultState = () => {
|
||||||
triggeredSiteEntry: false,
|
triggeredSiteEntry: false,
|
||||||
},
|
},
|
||||||
issConfig: {
|
issConfig: {
|
||||||
clientName: "Carrier", // this is the default and will be overriden by the client's name
|
clientName: "Generic Insurance", // this is the default and will be overriden by the client's name
|
||||||
styleSheet: "",
|
styleSheet: "",
|
||||||
accountNumber: 0,
|
accountNumber: 0,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue