Add option to change the dewar status

This commit is contained in:
GotthardG
2024-11-04 22:20:14 +01:00
parent 73076e573e
commit d92fce4970
4 changed files with 110 additions and 53 deletions

View File

@ -311,7 +311,7 @@ const ShipmentDetails: React.FC<ShipmentDetailsProps> = ({
flexDirection: 'row',
justifyContent: 'space-between'
}}>
<CustomStepper dewar={dewar} />
<CustomStepper dewar={dewar} selectedDewarId={localSelectedDewar?.id} />
</Box>