mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
🐛 Fix issue that parameters do not get hidden for other operations
This commit is contained in:
@@ -695,6 +695,16 @@ export class GoogleSheets implements INodeType {
|
|||||||
multipleValues: true,
|
multipleValues: true,
|
||||||
},
|
},
|
||||||
default: {},
|
default: {},
|
||||||
|
displayOptions: {
|
||||||
|
show: {
|
||||||
|
resource: [
|
||||||
|
'spreadsheet',
|
||||||
|
],
|
||||||
|
operation: [
|
||||||
|
'create',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
name: 'sheetValues',
|
name: 'sheetValues',
|
||||||
|
|||||||
Reference in New Issue
Block a user