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: {
|
show: {
|
||||||
resource: ['sheet'],
|
resource: ['sheet'],
|
||||||
operation: ['append'],
|
operation: ['append'],
|
||||||
'@version': [4, 4.1],
|
'@version': [4, 4.1, 4.2],
|
||||||
},
|
},
|
||||||
hide: {
|
hide: {
|
||||||
...untilSheetSelected,
|
...untilSheetSelected,
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ export const description: SheetProperties = [
|
|||||||
show: {
|
show: {
|
||||||
resource: ['sheet'],
|
resource: ['sheet'],
|
||||||
operation: ['appendOrUpdate'],
|
operation: ['appendOrUpdate'],
|
||||||
'@version': [4, 4.1],
|
'@version': [4, 4.1, 4.2],
|
||||||
},
|
},
|
||||||
hide: {
|
hide: {
|
||||||
...untilSheetSelected,
|
...untilSheetSelected,
|
||||||
|
|||||||
@@ -172,7 +172,7 @@ export const description: SheetProperties = [
|
|||||||
show: {
|
show: {
|
||||||
resource: ['sheet'],
|
resource: ['sheet'],
|
||||||
operation: ['update'],
|
operation: ['update'],
|
||||||
'@version': [4, 4.1],
|
'@version': [4, 4.1, 4.2],
|
||||||
},
|
},
|
||||||
hide: {
|
hide: {
|
||||||
...untilSheetSelected,
|
...untilSheetSelected,
|
||||||
|
|||||||
Reference in New Issue
Block a user