mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Notion Node): Typo in the condition type (#16525)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user