@magicbe/antd-crud 0.0.47 → 0.0.48

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.
@@ -74,6 +74,7 @@ var Field = function (props) {
74
74
  var _a = field.filter, filter = _a === void 0 ? function () { return true; } : _a;
75
75
  return filter(value, form);
76
76
  }
77
+ return true;
77
78
  }, [value]);
78
79
  if (!show)
79
80
  return _jsx(Fragment, {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicbe/antd-crud",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "description": "antd crud table",
5
5
  "author": "wang quan",
6
6
  "private": false,