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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lu-lowcode-package-form",
3
- "version": "0.10.20",
3
+ "version": "0.10.21",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^4.8.1",
6
6
  "@dnd-kit/core": "^6.1.0",
@@ -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
  }