update to the bin player to set the bin bushels in the status using the measurements from the bin measurements
This commit is contained in:
parent
939a53d072
commit
7666fbf9b6
2 changed files with 79 additions and 17 deletions
|
|
@ -312,7 +312,7 @@ export default function BinTableView(props: Props) {
|
|||
<Box display="flex" alignItems="center" gap={1}>
|
||||
<Button
|
||||
variant="contained"
|
||||
sx={{ background: theme.palette.background.default}}
|
||||
sx={{ background: theme.palette.background.default, color: theme.palette.text.primary}}
|
||||
onClick={() => {
|
||||
setOpenExpandedCables(true)
|
||||
}}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue