mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00: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:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user