mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-05 11:28:36 +02:00
feat(editor): Add isEmpty on DateTime, add is empty to all types in filter component (#9645)
This commit is contained in:
@@ -676,7 +676,7 @@ isUrl.doc = {
|
||||
|
||||
isEmpty.doc = {
|
||||
name: 'isEmpty',
|
||||
description: 'Returns <code>true</code> if the string has no characters.',
|
||||
description: 'Returns <code>true</code> if the string has no characters or is <code>null</code>',
|
||||
section: 'validation',
|
||||
returnType: 'boolean',
|
||||
docURL: 'https://docs.n8n.io/code/builtin/data-transformation-functions/strings/#string-isEmpty',
|
||||
|
||||
Reference in New Issue
Block a user