We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4c7fb commit ca55691Copy full SHA for ca55691
app/src/organisms/Desktop/ChooseRobotToRunProtocolSlideout/index.tsx
@@ -71,7 +71,7 @@ export function ChooseRobotToRunProtocolSlideoutComponent(
71
const navigate = useNavigate()
72
const isFlex =
73
useRobotType(selectedRobot?.displayName ?? '') === FLEX_ROBOT_TYPE
74
- const [shouldApplyOffsets, setShouldApplyOffsets] = useState<boolean>(isFlex)
+ const [shouldApplyOffsets, setShouldApplyOffsets] = useState<boolean>(true)
75
const {
76
protocolKey,
77
srcFileNames,
0 commit comments