🐛 Fix issue that parameters do not get hidden for other operations

This commit is contained in:
Jan Oberhauser 2020-12-21 17:54:03 +01:00
parent 4a98fe48a9
commit 54bd145a3b

View file

@ -695,6 +695,16 @@ export class GoogleSheets implements INodeType {
multipleValues: true,
},
default: {},
displayOptions: {
show: {
resource: [
'spreadsheet',
],
operation: [
'create',
],
},
},
options: [
{
name: 'sheetValues',