@zgfe/modules-whole 1.0.10-zhongyuan.2 → 1.0.10-zhongyuan.3

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.
@@ -155,7 +155,7 @@ var SearchPanel = function SearchPanel(props) {
155
155
  return it.value == item;
156
156
  });
157
157
  })
158
- }), showProdDownload && /*#__PURE__*/React.createElement(Button, {
158
+ }), !showProdDownload && /*#__PURE__*/React.createElement(Button, {
159
159
  disabled: !authority[100042],
160
160
  onClick: download
161
161
  }, /*#__PURE__*/React.createElement(IconFont, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-whole",
3
- "version": "1.0.10-zhongyuan.2",
3
+ "version": "1.0.10-zhongyuan.3",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "private": false,
@@ -56,7 +56,7 @@
56
56
  "react": "^16.12.0 || ^17.0.0",
57
57
  "yorkie": "^2.0.0"
58
58
  },
59
- "gitHead": "4a9493ae185782fb0067433ec37f7a738b07d215",
59
+ "gitHead": "76149b0876ec8f4b034f144da04ddf6acae94c5f",
60
60
  "gitHooks": {
61
61
  "pre-commit": "lint-staged"
62
62
  }