lu-lowcode-package-form 0.10.20 → 0.10.21
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -498,7 +498,7 @@ const FormContainer = forwardRef(({ cols = 1, children, mode = "view" }, ref) =>
|
|
498
498
|
prevFieldValue = prevValues?.[rule.value.field_key];
|
499
499
|
curFieldValue = curValues?.[rule.value.field_key];
|
500
500
|
if (prevFieldValue !== curFieldValue) {
|
501
|
-
result = true;
|
501
|
+
result = true;
|
502
502
|
break;
|
503
503
|
}
|
504
504
|
}
|