From a133e624b76dfec832673fafd5a219cfcc90d6bb Mon Sep 17 00:00:00 2001 From: koji Date: Wed, 15 Jan 2025 16:04:19 -0500 Subject: [PATCH] fix(protocol-designer): fix max temp tc block in cycle and step (#17282) * fix(protocol-designer): fix max temp tc block in cycle and step --- .../StepForm/StepTools/ThermocyclerTools/ThermocyclerCycle.tsx | 2 +- .../StepForm/StepTools/ThermocyclerTools/ThermocyclerStep.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerCycle.tsx b/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerCycle.tsx index 1a26a708ed5..4200d9f8688 100644 --- a/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerCycle.tsx +++ b/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerCycle.tsx @@ -423,7 +423,7 @@ export function ThermocyclerCycle(props: ThermocyclerCycleProps): JSX.Element { cycleStepId, 'temp', maskToFloat(e.target.value), - temperatureRangeFieldValue(4, 96) + temperatureRangeFieldValue(4, 99) ) }} onBlur={() => { diff --git a/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerStep.tsx b/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerStep.tsx index 327e3676690..06126c6c136 100644 --- a/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerStep.tsx +++ b/protocol-designer/src/pages/Designer/ProtocolSteps/StepForm/StepTools/ThermocyclerTools/ThermocyclerStep.tsx @@ -285,7 +285,7 @@ export function ThermocyclerStep(props: ThermocyclerStepProps): JSX.Element { handleValueUpdate( 'temp', maskToFloat(e.target.value), - temperatureRangeFieldValue(4, 96) + temperatureRangeFieldValue(4, 99) ) }} onBlur={() => {