dtable-ui-component 0.3.3 → 0.3.4

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.
@@ -238,7 +238,7 @@ var EditorFormatter = /*#__PURE__*/function (_React$Component) {
238
238
  return /*#__PURE__*/React.createElement(RowExpandImageFormatter, {
239
239
  value: cellValue,
240
240
  column: column,
241
- downloadFile: _this.props.downloadFile,
241
+ downloadImage: _this.props.downloadImage,
242
242
  deleteFile: _this.props.deleteFile,
243
243
  onRotateImage: _this.props.onRotateImage
244
244
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",