We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917ae88 commit edff07eCopy full SHA for edff07e
src/conditionsMeet.js
@@ -8,6 +8,7 @@ export default function conditionsMeet(conditions, formData) {
8
toError(
9
`Rule ${JSON.stringify(conditions)} with ${formData} can't be processed`
10
);
11
+ return false;
12
}
13
return Object.keys(conditions).every(ref => {
14
let refCondition = conditions[ref];
0 commit comments