seeder-st2110-components 1.1.6 → 1.1.7
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 +6 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2559,7 +2559,12 @@ const NetworkSettingsModal = _ref2 => {
|
|
|
2559
2559
|
styles: {
|
|
2560
2560
|
body: {
|
|
2561
2561
|
padding: "16px 24px 8px 24px"
|
|
2562
|
-
}
|
|
2562
|
+
},
|
|
2563
|
+
...(restartRemark !== null && {
|
|
2564
|
+
footer: {
|
|
2565
|
+
paddingBottom: 28
|
|
2566
|
+
}
|
|
2567
|
+
})
|
|
2563
2568
|
},
|
|
2564
2569
|
...modalProps
|
|
2565
2570
|
};
|