mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
fix(Notion Node): Version fix (#6531)
This commit is contained in:
@@ -8,7 +8,7 @@ export const databaseOperations: INodeProperties[] = [
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [2],
|
||||
'@version': [2],
|
||||
resource: ['database'],
|
||||
},
|
||||
},
|
||||
@@ -41,7 +41,7 @@ export const databaseOperations: INodeProperties[] = [
|
||||
noDataExpression: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [1],
|
||||
'@version': [1],
|
||||
resource: ['database'],
|
||||
},
|
||||
},
|
||||
@@ -178,7 +178,7 @@ export const databaseFields: INodeProperties[] = [
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
show: {
|
||||
version: [2],
|
||||
'@version': [2],
|
||||
resource: ['database'],
|
||||
operation: ['getAll', 'get'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user