coolcare-lite-scada-component 1.0.53 → 1.0.54
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.
|
@@ -154,7 +154,9 @@ var ModalChoosePoint = function ModalChoosePoint(_ref) {
|
|
|
154
154
|
onCancel: closeModal,
|
|
155
155
|
visible: visible,
|
|
156
156
|
wrapClassName: 'form-modal',
|
|
157
|
-
getContainer:
|
|
157
|
+
getContainer: function getContainer() {
|
|
158
|
+
return document.getElementById("scada-body");
|
|
159
|
+
}
|
|
158
160
|
}, /*#__PURE__*/React.createElement(Form, {
|
|
159
161
|
layout: "vertical",
|
|
160
162
|
form: form,
|