mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(Convert to/from binary data Node): Change Mime to MIME (no-changelog) (#7446)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
9d241a0d6d
commit
869b8f14ca
|
@ -292,7 +292,7 @@ export class MoveBinaryData implements INodeType {
|
||||||
description: 'Whether to keep the binary data as base64 string',
|
description: 'Whether to keep the binary data as base64 string',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Mime Type',
|
displayName: 'MIME Type',
|
||||||
name: 'mimeType',
|
name: 'mimeType',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
|
|
Loading…
Reference in a new issue