built out the functions to create the interactions

This commit is contained in:
csawatzky 2025-11-14 16:21:18 -06:00
parent 393a2f77dc
commit e70c971a88
4 changed files with 291 additions and 3 deletions

View file

@ -2194,6 +2194,7 @@ export default function BinVisualizer(props: Props) {
<ModeChangeDialog
binKey={bin.key()}
binMode={newBinMode}
grain={bin.settings.inventory?.grainType}
devices={devices}
open={openModeChange}
binCables={cables}