mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(Notion Node): Typo in the condition type (#16525)
This commit is contained in:
@@ -763,7 +763,7 @@ export function getConditions() {
|
|||||||
number: [
|
number: [
|
||||||
'equals',
|
'equals',
|
||||||
'does_not_equal',
|
'does_not_equal',
|
||||||
'grater_than',
|
'greater_than',
|
||||||
'less_than',
|
'less_than',
|
||||||
'greater_than_or_equal_to',
|
'greater_than_or_equal_to',
|
||||||
'less_than_or_equal_to',
|
'less_than_or_equal_to',
|
||||||
|
|||||||
Reference in New Issue
Block a user