feat: Organization address and branding patch endpoint

This commit is contained in:
Ahmed Bouhuolia
2024-09-28 17:43:47 +02:00
parent c5d7a2bfd8
commit ca162206a3
10 changed files with 173 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ import styles from './PreferencesBranding.module.scss';
export function PreferencesBrandingFormContent() {
return (
<Stack style={{ flex: '1' }}>
<Stack style={{ flex: '1' }} spacing={10}>
<FFormGroup name={'companyLogo'} label={'Company Logo'}>
<Group spacing={15} align={'left'}>
<BrandingCompanyLogoUpload />