@zgfe/modules-settings 1.1.0 → 1.1.1-alpha.1

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.
@@ -536,11 +536,11 @@ var User = function User(props) {
536
536
  width: 400
537
537
  }
538
538
  }, dialogContent)), /*#__PURE__*/React.createElement(BizDialog, {
539
- title: pwdPanelUserConfig ? '创建成功' : '密码已生成',
539
+ title: pwdPanelUserConfig && pwdPanelUserConfig.id ? '创建成功' : '密码已生成',
540
540
  visible: showPasswordPanel,
541
541
  closable: true,
542
542
  onCancel: closePwdPanel,
543
- footer: [pwdPanelUserConfig ? /*#__PURE__*/React.createElement(Button, {
543
+ footer: [pwdPanelUserConfig && pwdPanelUserConfig.id ? /*#__PURE__*/React.createElement(Button, {
544
544
  style: {
545
545
  float: 'left'
546
546
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.1.0",
3
+ "version": "1.1.1-alpha.1",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -50,7 +50,7 @@
50
50
  "umi-request": "^1.4.0",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "46b6d784fa0b2a7e6789f520cc8ce1763e568218",
53
+ "gitHead": "b2586b262ee0bca3e375ff65e71ff620237c794f",
54
54
  "gitHooks": {
55
55
  "pre-commit": "lint-staged"
56
56
  }