@@ -22,7 +22,6 @@ const executeComparison =
|
|||||||
if (!comparison?.variableId) return false
|
if (!comparison?.variableId) return false
|
||||||
const inputValue =
|
const inputValue =
|
||||||
variables.find((v) => v.id === comparison.variableId)?.value ?? null
|
variables.find((v) => v.id === comparison.variableId)?.value ?? null
|
||||||
if (isNotDefined(comparison.value)) return false
|
|
||||||
const value =
|
const value =
|
||||||
comparison.value === 'undefined' || comparison.value === 'null'
|
comparison.value === 'undefined' || comparison.value === 'null'
|
||||||
? null
|
? null
|
||||||
|
|||||||
Reference in New Issue
Block a user