File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/organisms/ODD/QuickTransferFlow/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ const getNoLiquidClassValues = (
166166 dispenseMaxUiFlowRate
167167 )
168168
169- const aspirateState = {
169+ const aspirateState : Partial < QuickTransferSummaryState > = {
170170 aspirateFlowRate : aspirateFlowRateFields . aspirate_flowRate ?? 0 ,
171171 tipPositionAspirate : DEFAULT_MM_OFFSET_FROM_BOTTOM ,
172172 submergeAspirate : {
@@ -193,7 +193,7 @@ const getNoLiquidClassValues = (
193193 conditionAspirate : actualConditioningVolume ?? 0 ,
194194 }
195195
196- const dispenseState = {
196+ const dispenseState : Partial < QuickTransferSummaryState > = {
197197 dispenseFlowRate : dispenseFlowRateFields . dispense_flowRate ?? 0 ,
198198 tipPositionDispense : DEFAULT_MM_OFFSET_FROM_BOTTOM ,
199199 submergeDispense : {
You can’t perform that action at this time.
0 commit comments