mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -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: [],
|
default: [],
|
||||||
description:
|
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',
|
displayName: 'Checked',
|
||||||
|
|
Loading…
Reference in a new issue