added the alerts to the bin details part of the bin page, also fixed bug in the new alert dialog

This commit is contained in:
csawatzky 2026-05-19 16:30:22 -06:00
parent f72aeb802f
commit 6ccc1ba263
6 changed files with 167 additions and 14 deletions

View file

@ -126,6 +126,7 @@ export default function BinV2(){
attachedDevIds.push(resp.data.componentDevices[k]);
}
});
setComponentDevices(newComponentDevices);
let newInteractionDevices = new Map<string, number>();