fix(report): SVG logo unsupported, date validation, blob URL cleanup, remove as-any cast
Deploy HiHala Dashboard / deploy (push) Successful in 11s

This commit is contained in:
fahed
2026-04-28 14:47:39 +03:00
parent b6bd3bcff5
commit 594321738a
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export default function ReportForm({ config: cfg, onChange, allMuseums, allChann
<button type="button" className="rf-remove-btn" onClick={() => onChange({ clientLogoBase64: null })}></button>
</>
)}
<input ref={logoInputRef} type="file" accept="image/png,image/jpeg,image/svg+xml"
<input ref={logoInputRef} type="file" accept="image/png,image/jpeg"
style={{ display: 'none' }} onChange={handleLogoUpload} />
</div>
</Field>