@zgfe/business-lib 1.1.72-bug.0 → 1.1.72-bug.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.
@@ -143,7 +143,7 @@ var StringList = function StringList(props) {
143
143
  size: "middle",
144
144
  className: "".concat(classPrefix, "-multi-select"),
145
145
  options: [],
146
- placeholder: "\u8BF7\u9009\u62E9\u5C5E\u6027\u503C",
146
+ placeholder: "\u8BF7\u9009\u62E9",
147
147
  disable: true
148
148
  });
149
149
  }
@@ -160,7 +160,7 @@ var StringList = function StringList(props) {
160
160
  options: options,
161
161
  onChange: onChange,
162
162
  onSearch: setSearchValue,
163
- placeholder: "\u8BF7\u9009\u62E9\u5C5E\u6027\u503C"
163
+ placeholder: "\u8BF7\u9009\u62E9"
164
164
  });
165
165
  };
166
166
  export default StringList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.72-bug.0",
3
+ "version": "1.1.72-bug.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "d5303a2ee5ea63713e226d49542f7a453e553fc9"
61
+ "gitHead": "cd29fe8b3cf74456f3f46e0e7884634224abb6ea"
62
62
  }