Merge branch 'staging_environment'
This commit is contained in:
commit
7c6f592997
8 changed files with 69 additions and 21 deletions
|
|
@ -167,7 +167,7 @@ export default function DevicePage() {
|
|||
}
|
||||
|
||||
const loadPortScan = () => {
|
||||
deviceAPI.listFoundComponents(device.id())
|
||||
deviceAPI.listFoundComponents(parseInt(deviceID))
|
||||
.then(resp => {
|
||||
if (resp.data.foundComponents?.i2c){
|
||||
setScannedAddresses(resp.data.foundComponents ?? undefined)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue