Adjust detected content-type header

This commit is contained in:
Gregory Schier
2024-03-10 16:26:06 -07:00
parent ef8528d2b4
commit dc1af2faec
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "Yaak",
"version": "2024.3.3"
"version": "2024.3.4"
},
"tauri": {
"windows": [],

View File

@@ -61,8 +61,8 @@ export function BinaryFileEditor({
{filePath != null && mimeType !== contentType && !ignoreContentType.value && (
<Banner className="mt-3 !py-5">
<div className="text-sm mb-4 text-center">
<div>Set Content-Type header to</div>
<InlineCode>{mimeType}</InlineCode>?
<div>Set Content-Type header</div>
<InlineCode>{mimeType}</InlineCode> for current request?
</div>
<HStack space={1.5} justifyContent="center">
<Button