coolcare-lite-scada-component 1.0.23 → 1.0.24

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.
@@ -384,7 +384,9 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
384
384
  footer: null,
385
385
  onCancel: closeModal,
386
386
  afterClose: closeModal,
387
- getContainer: getContainer
387
+ getContainer: function getContainer() {
388
+ return document.body;
389
+ }
388
390
  }, /*#__PURE__*/React.createElement(Form, {
389
391
  requiredMark: false,
390
392
  form: form,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "scripts": {
5
5
  "start": "umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",