mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 Fix issue with missing parameter on GoogleSheets-Node
This commit is contained in:
parent
879b045c44
commit
f97dbf795a
|
@ -164,7 +164,6 @@ export class GoogleSheets implements INodeType {
|
|||
hide: {
|
||||
operation: [
|
||||
'append',
|
||||
'update'
|
||||
],
|
||||
rawData: [
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue