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 ,
@@ -33,6 +34,7 @@ interface InitialSummaryStateProps {
33
34
pushOutDispense ?: {
34
35
volume : number
35
36
}
37
+ dropTipLocation ?: CutoutConfig
36
38
}
37
39
deckConfig : DeckConfiguration
38
40
}
@@ -109,7 +111,7 @@ export function getInitialSummaryState(
109
111
preWetTip : false ,
110
112
tipPositionDispense : 1 ,
111
113
changeTip,
112
- dropTipLocation : trashConfigCutout ,
114
+ dropTipLocation : state . dropTipLocation ?? trashConfigCutout ,
113
115
liquidClassName : state . liquidClassName ,
114
116
liquidClassValuesInitialized : false ,
115
117
pushOutDispense : state . pushOutDispense ,
You can’t perform that action at this time.
0 commit comments