@zgfe/modules-interval 1.0.10-zbfix.0 → 1.0.10-zbfix.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -251,7 +251,6 @@ var TopPanel = function TopPanel(props) {
251
251
  onChangeAttr(undefined, 'associatedPreAttr');
252
252
  onChangeAttr(undefined, 'associatedNextAttr');
253
253
  setRelevancy(false);
254
- setRelevancyFl(true);
255
254
  },
256
255
  className: "bsicon qingchu"
257
256
  })) : '', /*#__PURE__*/React.createElement(Form.Item, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.10-zbfix.0",
3
+ "version": "1.0.10-zbfix.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -59,5 +59,5 @@
59
59
  "umi-request": "^1.4.0",
60
60
  "yorkie": "^2.0.0"
61
61
  },
62
- "gitHead": "b237d89c718e2bfadfcc098f143bf85d1ed941f9"
62
+ "gitHead": "f819ed966bb98aba0948cb87662c742d1cc4c451"
63
63
  }