seeder-st2110-components 1.5.3 → 1.5.4
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 +3 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2701,7 +2701,9 @@ const NetworkSettingsModal = _ref2 => {
|
|
|
2701
2701
|
autoComplete: "off"
|
|
2702
2702
|
}, formProps);
|
|
2703
2703
|
return /*#__PURE__*/jsxs(Modal, _objectSpread2(_objectSpread2({}, mergedModalProps), {}, {
|
|
2704
|
-
children: [/*#__PURE__*/jsxs(Form, _objectSpread2(_objectSpread2({
|
|
2704
|
+
children: [/*#__PURE__*/jsxs(Form, _objectSpread2(_objectSpread2({
|
|
2705
|
+
form: form
|
|
2706
|
+
}, mergedFormProps), {}, {
|
|
2705
2707
|
children: [sections.includes('LAN') && lanConfigs.length > 0 && /*#__PURE__*/jsxs(Fragment, {
|
|
2706
2708
|
children: [/*#__PURE__*/jsx(NetworkFieldGroup, {
|
|
2707
2709
|
prefix: "LAN",
|