modified the describer for measurments to change the label for auto detect to cable id and type

This commit is contained in:
csawatzky 2025-04-29 12:09:28 -06:00
parent 3a89271656
commit 40c8e01010
2 changed files with 9 additions and 0 deletions

View file

@ -96,6 +96,7 @@ export default function DevicePage() {
}
}
});
setDiagnosticComponents(diagComponents)
setComponents(rComponents)
let interactions: Interaction[] = [];
resp.data.interactions.forEach((interaction: pond.Interaction) => {