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:
parent
f72aeb802f
commit
6ccc1ba263
6 changed files with 167 additions and 14 deletions
|
|
@ -126,6 +126,7 @@ export default function BinV2(){
|
|||
attachedDevIds.push(resp.data.componentDevices[k]);
|
||||
}
|
||||
});
|
||||
|
||||
setComponentDevices(newComponentDevices);
|
||||
|
||||
let newInteractionDevices = new Map<string, number>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue