fix(Notion Node): Typo in the condition type (#16525)

This commit is contained in:
RomanDavydchuk 2025-06-20 15:14:23 +03:00 committed by GitHub
parent dadbd5fafe
commit e413af46ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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