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.js CHANGED
@@ -2432,8 +2432,7 @@ const NetworkSettingsModal = _ref2 => {
2432
2432
  const st2110Data = {
2433
2433
  st2110_interfaces: values.QSFP.map((item, index) => ({
2434
2434
  id: st2110Interfaces?.[index]?.id,
2435
- ip_address: item.ip_address,
2436
- enable_rx_video_demand_start: st2110Interfaces?.[index]?.enable_rx_video_demand_start
2435
+ ip_address: item.ip_address
2437
2436
  }))
2438
2437
  };
2439
2438
  updatePromises.push(updateSysConfig(st2110Data));