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.modern.js
CHANGED
@@ -4374,7 +4374,7 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
4374
4374
|
action: function action() {
|
4375
4375
|
return onAction("CLOSE");
|
4376
4376
|
},
|
4377
|
-
disabled: canClose()
|
4377
|
+
disabled: !canClose()
|
4378
4378
|
}));
|
4379
4379
|
var title = /*#__PURE__*/React.createElement(Text, {
|
4380
4380
|
use: "headline6"
|