@giteeteam/apps-team-components 1.0.3 → 1.0.4

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.
@@ -11,7 +11,7 @@ const DropdownReadView = memo(props => {
11
11
  if (!(value === null || value === void 0 ? void 0 : value.length))
12
12
  return '';
13
13
  const result = value
14
- .map(item => { var _a; return (_a = options.find(opt => opt.value === handleValue(item))) === null || _a === void 0 ? void 0 : _a.label; })
14
+ .map(item => { var _a; return (item === null || item === void 0 ? void 0 : item.label) || ((_a = options.find(opt => opt.value === handleValue(item))) === null || _a === void 0 ? void 0 : _a.label); })
15
15
  .filter(Boolean)
16
16
  .join(',');
17
17
  return result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-team-components",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",