ywana-core8 0.0.789 → 0.0.790
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
@@ -4382,7 +4382,7 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
4382
4382
|
action: function action() {
|
4383
4383
|
return onAction("CLOSE");
|
4384
4384
|
},
|
4385
|
-
disabled: canClose()
|
4385
|
+
disabled: !canClose()
|
4386
4386
|
}));
|
4387
4387
|
var title = /*#__PURE__*/React__default["default"].createElement(Text, {
|
4388
4388
|
use: "headline6"
|