strategy-panel 1.0.9 → 1.0.10

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.
@@ -110,7 +110,7 @@ export var getFormatComponent = function getFormatComponent(data, viewMode) {
110
110
  className: "no-margin-bottom"
111
111
  }, /*#__PURE__*/React.createElement(Select, {
112
112
  mode: mode,
113
- optionFilterProp: "label",
113
+ optionFilterProp: "children",
114
114
  showSearch: true,
115
115
  maxTagCount: "responsive",
116
116
  disabled: viewMode === 'view' ? true : disabled
@@ -112,7 +112,7 @@ var getFormatComponent = exports.getFormatComponent = function getFormatComponen
112
112
  className: "no-margin-bottom"
113
113
  }, /*#__PURE__*/_react.default.createElement(_antd.Select, {
114
114
  mode: mode,
115
- optionFilterProp: "label",
115
+ optionFilterProp: "children",
116
116
  showSearch: true,
117
117
  maxTagCount: "responsive",
118
118
  disabled: viewMode === 'view' ? true : disabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strategy-panel",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",