ywana-core8 0.0.358 → 0.0.359

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.
@@ -3426,8 +3426,8 @@ var UploadDialog = function UploadDialog(_ref) {
3426
3426
  onClose = _ref.onClose;
3427
3427
  var site = useContext(SiteContext);
3428
3428
 
3429
- function success(uploads) {
3430
- if (onSuccess) onSuccess(uploads);
3429
+ function success(file, message) {
3430
+ if (onSuccess) onSuccess(file, message);
3431
3431
  }
3432
3432
 
3433
3433
  function complete(uploads) {