mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Notion Node): Version fix (#6531)
This commit is contained in:
committed by
कारतोफ्फेलस्क्रिप्ट™
parent
988c4a6354
commit
d3d8522e8f
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user