mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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: {
|
hide: {
|
||||||
operation: [
|
operation: [
|
||||||
'append',
|
'append',
|
||||||
'update'
|
|
||||||
],
|
],
|
||||||
rawData: [
|
rawData: [
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue