renamed default value in store

This commit is contained in:
Kroell 2023-03-03 08:19:43 -05:00
parent a149082066
commit fb3dd18a33

View file

@ -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,
} }