seeder-st2110-components 1.1.2 → 1.1.3
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 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -2430,8 +2430,7 @@ const NetworkSettingsModal = _ref2 => {
|
|
|
2430
2430
|
const st2110Data = {
|
|
2431
2431
|
st2110_interfaces: values.QSFP.map((item, index) => ({
|
|
2432
2432
|
id: st2110Interfaces?.[index]?.id,
|
|
2433
|
-
ip_address: item.ip_address
|
|
2434
|
-
enable_rx_video_demand_start: st2110Interfaces?.[index]?.enable_rx_video_demand_start
|
|
2433
|
+
ip_address: item.ip_address
|
|
2435
2434
|
}))
|
|
2436
2435
|
};
|
|
2437
2436
|
updatePromises.push(updateSysConfig(st2110Data));
|