diff --git a/pages/Settings.tsx b/pages/Settings.tsx index 9793080..1327bb5 100644 --- a/pages/Settings.tsx +++ b/pages/Settings.tsx @@ -98,7 +98,7 @@ export const SettingsPage: React.FC = () => { setActiveCondo(activeC); setGlobalSettings(gSettings); - setBrandingForm(gSettings.branding || { appName: 'CondoPay', primaryColor: 'blue' }); + setBrandingForm(gSettings.branding || { appName: 'CondoPay', primaryColor: 'blue', logoUrl: '', loginBackgroundUrl: '' }); setStorageForm(gSettings.storageConfig || { provider: 'local_db', apiKey: '', apiSecret: '', bucket: '', region: '' }); if (isPrivileged) { @@ -361,7 +361,7 @@ export const SettingsPage: React.FC = () => {