mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -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',
|
||||
},
|
||||
{
|
||||
displayName: 'Mime Type',
|
||||
displayName: 'MIME Type',
|
||||
name: 'mimeType',
|
||||
type: 'string',
|
||||
displayOptions: {
|
||||
|
|
Loading…
Reference in a new issue