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
changeTip : ChangeTipOptions
37
39
}
38
40
deckConfig : DeckConfiguration
@@ -101,8 +103,8 @@ export function getInitialSummaryState(
101
103
tipPositionAspirate : 1 ,
102
104
preWetTip : false ,
103
105
tipPositionDispense : 1 ,
106
+ dropTipLocation : state . dropTipLocation ?? trashConfigCutout ,
104
107
changeTip : state . changeTip ,
105
- 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