mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Fix issue with required optional parameters (#3577)
This commit is contained in:
@@ -1020,7 +1020,6 @@ export class GoogleDrive implements INodeType {
|
||||
value: 'webViewLink',
|
||||
},
|
||||
],
|
||||
required: true,
|
||||
default: [],
|
||||
description: 'The fields to return',
|
||||
},
|
||||
@@ -1254,7 +1253,6 @@ export class GoogleDrive implements INodeType {
|
||||
value: 'webViewLink',
|
||||
},
|
||||
],
|
||||
required: true,
|
||||
default: [],
|
||||
description: 'The fields to return',
|
||||
},
|
||||
@@ -1423,7 +1421,6 @@ export class GoogleDrive implements INodeType {
|
||||
value: 'photos',
|
||||
},
|
||||
],
|
||||
required: true,
|
||||
default: [],
|
||||
description: 'The spaces to operate on',
|
||||
},
|
||||
@@ -1463,7 +1460,6 @@ export class GoogleDrive implements INodeType {
|
||||
description: 'All drives',
|
||||
},
|
||||
],
|
||||
required: true,
|
||||
default: '',
|
||||
description: 'The corpora to operate on',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user