ui-kit-ck-consultant 0.5.286 → 0.5.287

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.
@@ -3338,6 +3338,8 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3338
3338
 
3339
3339
  _this.setState({
3340
3340
  files: files
3341
+ }, function () {
3342
+ _this.props.onDrop(_this.state.files);
3341
3343
  });
3342
3344
  };
3343
3345