Adding base property in store config.

This commit is contained in:
Jeremy-Z 2026-01-14 15:26:31 -05:00
parent ef4a0809c7
commit f84ca3dfd7

View file

@ -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.