seeder-st2110-components 1.5.4 → 1.5.5

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.js CHANGED
@@ -2680,6 +2680,8 @@ const NetworkSettingsModal = _ref2 => {
2680
2680
  okText: "Apply",
2681
2681
  cancelText: "Close",
2682
2682
  centered: true,
2683
+ destroyOnHidden: true,
2684
+ forceRender: true,
2683
2685
  styles: _objectSpread2({
2684
2686
  body: {
2685
2687
  padding: "16px 24px 8px 24px"
@@ -2703,9 +2705,7 @@ const NetworkSettingsModal = _ref2 => {
2703
2705
  autoComplete: "off"
2704
2706
  }, formProps);
2705
2707
  return /*#__PURE__*/jsxRuntime.jsxs(antd.Modal, _objectSpread2(_objectSpread2({}, mergedModalProps), {}, {
2706
- children: [/*#__PURE__*/jsxRuntime.jsxs(antd.Form, _objectSpread2(_objectSpread2({
2707
- form: form
2708
- }, mergedFormProps), {}, {
2708
+ children: [/*#__PURE__*/jsxRuntime.jsxs(antd.Form, _objectSpread2(_objectSpread2({}, mergedFormProps), {}, {
2709
2709
  children: [sections.includes('LAN') && lanConfigs.length > 0 && /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
2710
2710
  children: [/*#__PURE__*/jsxRuntime.jsx(NetworkFieldGroup, {
2711
2711
  prefix: "LAN",