fix(Notion Node): Fix Relation ID description

This commit is contained in:
Aya Tanikawa 2024-12-19 17:49:24 +09:00
parent e0dc385f8b
commit 65d7f0e2c3

View file

@ -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',