coolcare-lite-scada-component 1.0.52 → 1.0.53

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.
@@ -153,7 +153,8 @@ var ModalChoosePoint = function ModalChoosePoint(_ref) {
153
153
  footer: null,
154
154
  onCancel: closeModal,
155
155
  visible: visible,
156
- wrapClassName: 'form-modal'
156
+ wrapClassName: 'form-modal',
157
+ getContainer: false
157
158
  }, /*#__PURE__*/React.createElement(Form, {
158
159
  layout: "vertical",
159
160
  form: form,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "scripts": {
5
5
  "start": " PORT=8000 umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",