Fix adding header if not exist

This commit is contained in:
Gregory Schier
2024-03-10 17:10:16 -07:00
parent 4c7ee5ef80
commit 6b239c4e3f
3 changed files with 25 additions and 35 deletions

View File

@@ -44,8 +44,6 @@ export function BinaryFileEditor({
const filePath = typeof body.filePath === 'string' ? body.filePath : undefined;
const mimeType = mime.getType(filePath ?? '') ?? 'application/octet-stream';
console.log('mimeType', mimeType, contentType);
return (
<VStack space={2}>
<HStack space={2} alignItems="center">