Skip to content

Commit 1db9035

Browse files
authored
fix(protocol-designer): fix duplicate property after merge (#19056)
A sloppy merge resulted in a duplicate object property in a form change handler util. This PR removes that duplicate.
1 parent 6190cf1 commit 1db9035

File tree

1 file changed

+0
-2
lines changed
  • protocol-designer/src/steplist/formLevel/handleFormChange

1 file changed

+0
-2
lines changed

protocol-designer/src/steplist/formLevel/handleFormChange/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ const getNoLiquidClassValuesMoveLiquid = (args: {
633633
blowout_flowRate:
634634
matchingTipLiquidSpecs?.defaultBlowOutFlowRate.default ?? null,
635635
...dipsosalFields,
636-
blowout_flowRate:
637-
matchingTipLiquidSpecs?.defaultBlowOutFlowRate.default ?? null,
638636
}
639637
return {
640638
...(liquidHandlingAction === 'all' || liquidHandlingAction === 'aspirate'

0 commit comments

Comments
 (0)