plain-design 1.0.0-beta.68 → 1.0.0-beta.69

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.68",
3
+ "version": "1.0.0-beta.69",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -38,7 +38,7 @@ export const TableOptionUtils = (() => {
38
38
  if (description === null) {return null;}
39
39
  return {
40
40
  display: () => <>
41
- {`${filterOption!.label}${handler.label}${!description ? '' : ':'}`}
41
+ {`${filterOption!.label} ${handler.label()} ${!description ? '' : ':'}`}
42
42
  {description}
43
43
  </>,
44
44
  onClick,