mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(Notion Node): Fix Relation ID description
This commit is contained in:
parent
e0dc385f8b
commit
65d7f0e2c3
|
@ -393,7 +393,7 @@ export const databasePageFields: INodeProperties[] = [
|
|||
},
|
||||
default: [],
|
||||
description:
|
||||
'List of databases that belong to another database. Multiples can be defined separated by comma.',
|
||||
'List of database page IDs that belong to another database. Multiples can be defined separated by comma.',
|
||||
},
|
||||
{
|
||||
displayName: 'Checked',
|
||||
|
|
Loading…
Reference in a new issue