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.
package/dist/index.cjs
CHANGED
@@ -3434,8 +3434,8 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
3434
3434
|
onClose = _ref.onClose;
|
3435
3435
|
var site = React.useContext(SiteContext);
|
3436
3436
|
|
3437
|
-
function success(
|
3438
|
-
if (onSuccess) onSuccess(
|
3437
|
+
function success(file, message) {
|
3438
|
+
if (onSuccess) onSuccess(file, message);
|
3439
3439
|
}
|
3440
3440
|
|
3441
3441
|
function complete(uploads) {
|