fix branding again
All checks were successful
Build & Push Docker Image / build (push) Successful in 1m7s

This commit is contained in:
2026-02-24 19:52:34 +01:00
parent 69a3c83436
commit 3898bf1b4b
4 changed files with 4 additions and 4 deletions

View File

@@ -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();