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.umd.js
CHANGED
@@ -3429,8 +3429,8 @@
|
|
3429
3429
|
onClose = _ref.onClose;
|
3430
3430
|
var site = React.useContext(SiteContext);
|
3431
3431
|
|
3432
|
-
function success(
|
3433
|
-
if (onSuccess) onSuccess(
|
3432
|
+
function success(file, message) {
|
3433
|
+
if (onSuccess) onSuccess(file, message);
|
3434
3434
|
}
|
3435
3435
|
|
3436
3436
|
function complete(uploads) {
|