Skip to content

Commit

Permalink
fix(Google Sheets Node): Missing version fo RMC (no-changelog) (#7886)
Browse files Browse the repository at this point in the history
Github issue / Community forum post (link here to close automatically):
  • Loading branch information
michael-radency authored and OlegIvaniv committed Dec 5, 2023
1 parent 4402e96 commit 73aa75b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 73aa75b

Please sign in to comment.