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:
Deborah 2023-10-16 16:54:16 +01:00 committed by GitHub
parent 9d241a0d6d
commit 869b8f14ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {