wargerm 0.5.18 → 0.5.19
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -10539,7 +10539,7 @@ var ModalForm = function ModalForm(props, ref) {
|
|
10539
10539
|
setFieldsValue(record);
|
10540
10540
|
modalFormOpend && modalFormOpend(record);
|
10541
10541
|
}
|
10542
|
-
}, [visible, record, formIntance]);
|
10542
|
+
}, [visible, record, formIntance, extraColumns, columns]);
|
10543
10543
|
return /*#__PURE__*/React.createElement(_Modal, _objectSpread2(_objectSpread2({
|
10544
10544
|
title: title,
|
10545
10545
|
visible: visible
|
package/dist/index.js
CHANGED
@@ -10599,7 +10599,7 @@ var ModalForm = function ModalForm(props, ref) {
|
|
10599
10599
|
setFieldsValue(record);
|
10600
10600
|
modalFormOpend && modalFormOpend(record);
|
10601
10601
|
}
|
10602
|
-
}, [visible, record, formIntance]);
|
10602
|
+
}, [visible, record, formIntance, extraColumns, columns]);
|
10603
10603
|
return /*#__PURE__*/React__default['default'].createElement(_Modal__default['default'], _objectSpread2(_objectSpread2({
|
10604
10604
|
title: title,
|
10605
10605
|
visible: visible
|