mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Remove wrong properties from some parameters
This commit is contained in:
@@ -35,7 +35,6 @@ export class ReadBinaryFiles implements INodeType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
required: true,
|
||||
noDataExpression: true,
|
||||
placeholder: '*.jpg',
|
||||
description: 'Pattern for files to read.',
|
||||
},
|
||||
@@ -45,7 +44,6 @@ export class ReadBinaryFiles implements INodeType {
|
||||
type: 'string',
|
||||
default: 'data',
|
||||
required: true,
|
||||
noDataExpression: true,
|
||||
description: 'Name of the binary property to which to<br />write the data of the read files.',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user