@zgfe/business-lib 1.1.7-alpha.0 → 1.1.7-panel.0

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.
@@ -75,7 +75,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
75
75
  return;
76
76
  }
77
77
 
78
- setGroupList(res.panels || []);
78
+ setGroupList(res.panels);
79
79
  }).catch(function () {
80
80
  notification.error({
81
81
  message: '获取看板列表失败'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.7-alpha.0",
3
+ "version": "1.1.7-panel.0",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,5 +60,5 @@
60
60
  "react": "^16.12.0 || ^17.0.0",
61
61
  "yorkie": "^2.0.0"
62
62
  },
63
- "gitHead": "c433f9f4a15755d8fe3c21eea9428cc425522b7a"
63
+ "gitHead": "d23f77eb577df70aab822699c7b4c179e034ad74"
64
64
  }