mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Removed a parameter which exited twice
This commit is contained in:
parent
8475923ebd
commit
a002523b71
|
@ -641,26 +641,6 @@ export class GoogleDrive implements INodeType {
|
|||
],
|
||||
},
|
||||
|
||||
{
|
||||
displayName: 'Parents',
|
||||
name: 'parents',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
multipleValues: true,
|
||||
},
|
||||
default: [],
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'upload',
|
||||
],
|
||||
resource: [
|
||||
'file',
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The IDs of the parent folders which contain the file.',
|
||||
},
|
||||
{
|
||||
displayName: 'Binary Data',
|
||||
name: 'binaryData',
|
||||
|
|
Loading…
Reference in a new issue