mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 09:17:08 +02:00
fix(Notion Node): Typo in the condition type (#16525)
This commit is contained in:
parent
dadbd5fafe
commit
e413af46ce
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user