fix(Notion Node): Version fix (#6531)

This commit is contained in:
Michael Kret
2023-06-23 14:21:08 +03:00
committed by कारतोफ्फेलस्क्रिप्ट™
parent 988c4a6354
commit d3d8522e8f
7 changed files with 23 additions and 40 deletions

View File

@@ -880,7 +880,7 @@ export function getSearchFilters(resource: string) {
],
displayOptions: {
show: {
version: [2],
'@version': [2],
resource: [resource],
operation: ['getAll'],
},
@@ -903,7 +903,7 @@ export function getSearchFilters(resource: string) {
],
displayOptions: {
show: {
version: [2],
'@version': [2],
resource: [resource],
operation: ['getAll'],
filterType: ['manual'],
@@ -920,7 +920,7 @@ export function getSearchFilters(resource: string) {
},
displayOptions: {
show: {
version: [2],
'@version': [2],
resource: [resource],
operation: ['getAll'],
filterType: ['manual'],
@@ -943,7 +943,7 @@ export function getSearchFilters(resource: string) {
type: 'notice',
displayOptions: {
show: {
version: [2],
'@version': [2],
resource: [resource],
operation: ['getAll'],
filterType: ['json'],
@@ -957,7 +957,7 @@ export function getSearchFilters(resource: string) {
type: 'string',
displayOptions: {
show: {
version: [2],
'@version': [2],
resource: [resource],
operation: ['getAll'],
filterType: ['json'],