fix branding again
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m7s
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m7s
This commit is contained in:
@@ -99,7 +99,7 @@ export default function Admin() {
|
||||
const formData = new FormData();
|
||||
formData.append('logo', file);
|
||||
await api.post('/branding/logo', formData, {
|
||||
headers: { 'Content-Type': 'multipart/form-data' },
|
||||
headers: { 'Content-Type': undefined },
|
||||
});
|
||||
toast.success(t('admin.logoUploaded'));
|
||||
refreshBranding();
|
||||
|
||||
Reference in New Issue
Block a user