mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
🐛 Fix issue that parameters do not get hidden for other operations
This commit is contained in:
parent
4a98fe48a9
commit
54bd145a3b
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue