File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/src/organisms/ODD/QuickTransferFlow/utils Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import type { Mount } from '@opentrons/api-client'
8
8
import type {
9
+ CutoutConfig ,
9
10
DeckConfiguration ,
10
11
LabwareDefinition2 ,
11
12
PipetteV2Specs ,
@@ -34,6 +35,7 @@ interface InitialSummaryStateProps {
34
35
volume : number
35
36
}
36
37
changeTip : ChangeTipOptions
38
+ dropTipLocation ?: CutoutConfig
37
39
}
38
40
deckConfig : DeckConfiguration
39
41
}
@@ -102,7 +104,7 @@ export function getInitialSummaryState(
102
104
preWetTip : false ,
103
105
tipPositionDispense : 1 ,
104
106
changeTip : state . changeTip ,
105
- dropTipLocation : trashConfigCutout ,
107
+ dropTipLocation : state . dropTipLocation ?? trashConfigCutout ,
106
108
liquidClassName : state . liquidClassName ,
107
109
liquidClassValuesInitialized : false ,
108
110
pushOutDispense : state . pushOutDispense ,
You can’t perform that action at this time.
0 commit comments