From f84ca3dfd7ddf91b2076dfc3811e74d6676f2877 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Wed, 14 Jan 2026 15:26:31 -0500 Subject: [PATCH] Adding base property in store config. --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 1d6e44b7..a685a87a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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.