diff --git a/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts b/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts index b7404b0400..11a339379d 100644 --- a/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Notion/shared/GenericFunctions.ts @@ -763,7 +763,7 @@ export function getConditions() { number: [ 'equals', 'does_not_equal', - 'grater_than', + 'greater_than', 'less_than', 'greater_than_or_equal_to', 'less_than_or_equal_to',