fix: logic jumps (#1623)

This commit is contained in:
Dhruwang Jariwala
2023-11-16 14:15:51 +05:30
committed by GitHub
parent 73bde4fda6
commit 4d280e04d1
@@ -47,6 +47,7 @@ export function evaluateCondition(logic: TSurveyLogic, responseValue: any): bool
(Array.isArray(responseValue) && responseValue.length === 0) ||
responseValue === "" ||
responseValue === null ||
responseValue === undefined ||
responseValue === "dismissed"
);
default: