updated stepper

This commit is contained in:
GotthardG
2024-11-04 23:46:30 +01:00
parent d92fce4970
commit 976cdc1a0a
3 changed files with 20 additions and 42 deletions

View File

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