Adding base property in store config.
This commit is contained in:
parent
ef4a0809c7
commit
f84ca3dfd7
1 changed files with 1 additions and 0 deletions
|
|
@ -243,6 +243,7 @@ export const getDefaultState = () => ({
|
|||
},
|
||||
issConfig: {
|
||||
clientName: 'Generic Insurance', // this is the default and will be overriden by the client's name
|
||||
clientFullName: 'Generic Insurance', // this is the default and will be overriden by the client's name or client's full name.
|
||||
clientDisplayName: 'Generic Insurance', // this is the default and will be overridden by the client's name or client display name.
|
||||
clientHeader: {},
|
||||
styleSheet: '', // Stylesheet used by the client.
|
||||
|
|
|
|||
Loading…
Reference in a new issue