Skip to content

Commit ca55691

Browse files
authored
fix(app): check "apply offsets" automatically on the OT-2 on the "send to robot" slideout (#18311)
1 parent 9a4c7fb commit ca55691

File tree

1 file changed

+1
-1
lines changed
  • app/src/organisms/Desktop/ChooseRobotToRunProtocolSlideout

1 file changed

+1
-1
lines changed

app/src/organisms/Desktop/ChooseRobotToRunProtocolSlideout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function ChooseRobotToRunProtocolSlideoutComponent(
7171
const navigate = useNavigate()
7272
const isFlex =
7373
useRobotType(selectedRobot?.displayName ?? '') === FLEX_ROBOT_TYPE
74-
const [shouldApplyOffsets, setShouldApplyOffsets] = useState<boolean>(isFlex)
74+
const [shouldApplyOffsets, setShouldApplyOffsets] = useState<boolean>(true)
7575
const {
7676
protocolKey,
7777
srcFileNames,

0 commit comments

Comments
 (0)