set default for carrier name in store

This commit is contained in:
Kroell 2023-03-02 11:14:27 -05:00
parent aa56529089
commit a149082066

View file

@ -98,7 +98,7 @@ const getDefaultState = () => {
triggeredSiteEntry: false,
},
issConfig: {
clientName: "",
clientName: "Carrier", // this is the default and will be overriden by the client's name
styleSheet: "",
accountNumber: 0,
}