mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Change one default value
This commit is contained in:
parent
2a8732c0f0
commit
b24537b4a9
|
@ -395,7 +395,7 @@ export const fileFields = [
|
||||||
displayName: 'Binary Data',
|
displayName: 'Binary Data',
|
||||||
name: 'binaryData',
|
name: 'binaryData',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: true,
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
operation: [
|
operation: [
|
||||||
|
|
Loading…
Reference in a new issue