plain-design 1.0.0-beta.81 → 1.0.0-beta.82

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.81",
3
+ "version": "1.0.0-beta.82",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -147,7 +147,7 @@ export const SearchList = designComponent({
147
147
  return (
148
148
  <div className="search-service-option-item-default" data-service-item-type={item.type}>
149
149
  {item.type == 'group' ? (
150
- <div className="search-service-option-item-default-title">{item.title}</div>
150
+ <div className="search-service-option-item-default-title">{i18n.$intl(item.title || '').d(item.title || '')}</div>
151
151
  ) : (
152
152
  <div className="search-service-option-item-default-box" onClick={() => methods.selectItem(item)}>
153
153
  {isLastSubHeader != null && SearchTreeIcon[isLastSubHeader ? 'last' : 'normal']()}