mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user