ronds-metadata 1.3.70 → 1.3.71
Sign up to get free protection for your applications and to get access to all the features.
@@ -113,7 +113,7 @@ var MapTable = function MapTable(props) {
|
|
113
113
|
values.dataSource && setTableDataSource(values.dataSource);
|
114
114
|
values.dataTarget && setTableDataTarget(values.dataTarget);
|
115
115
|
values.options && setOptions(values.options);
|
116
|
-
}, [form]);
|
116
|
+
}, [form.getFieldsValue()]);
|
117
117
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
118
118
|
style: {
|
119
119
|
width: '100%',
|