glints-aries 4.0.313 → 4.0.314

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.
@@ -70,6 +70,7 @@ export var Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref, ref) {
70
70
  var handleDelete = function handleDelete() {
71
71
  setAttachmentUrl('');
72
72
  handleSetFile(null);
73
+ fileInputRef.current.value = null;
73
74
  };
74
75
  var unuploadedComponent = /*#__PURE__*/React.createElement(StyledUploadContainer, {
75
76
  onClick: handleClick,
@@ -77,6 +77,7 @@ var Upload = /*#__PURE__*/_react["default"].forwardRef(function Upload(_ref, ref
77
77
  var handleDelete = function handleDelete() {
78
78
  setAttachmentUrl('');
79
79
  handleSetFile(null);
80
+ fileInputRef.current.value = null;
80
81
  };
81
82
  var unuploadedComponent = /*#__PURE__*/_react["default"].createElement(_UploadStyle.StyledUploadContainer, {
82
83
  onClick: handleClick,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.0.313",
3
+ "version": "4.0.314",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",