mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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',
|
||||
},
|
||||
{
|
||||
displayName: 'Mime Type',
|
||||
displayName: 'MIME Type',
|
||||
name: 'mimeType',
|
||||
type: 'string',
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user