mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(Google Sheets Node): Missing version fo RMC (no-changelog) (#7886)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
fe3417a615
commit
ade3acf800
|
@ -136,7 +136,7 @@ export const description: SheetProperties = [
|
|||
show: {
|
||||
resource: ['sheet'],
|
||||
operation: ['append'],
|
||||
'@version': [4, 4.1],
|
||||
'@version': [4, 4.1, 4.2],
|
||||
},
|
||||
hide: {
|
||||
...untilSheetSelected,
|
||||
|
|
|
@ -172,7 +172,7 @@ export const description: SheetProperties = [
|
|||
show: {
|
||||
resource: ['sheet'],
|
||||
operation: ['appendOrUpdate'],
|
||||
'@version': [4, 4.1],
|
||||
'@version': [4, 4.1, 4.2],
|
||||
},
|
||||
hide: {
|
||||
...untilSheetSelected,
|
||||
|
|
|
@ -172,7 +172,7 @@ export const description: SheetProperties = [
|
|||
show: {
|
||||
resource: ['sheet'],
|
||||
operation: ['update'],
|
||||
'@version': [4, 4.1],
|
||||
'@version': [4, 4.1, 4.2],
|
||||
},
|
||||
hide: {
|
||||
...untilSheetSelected,
|
||||
|
|
Loading…
Reference in a new issue