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 cafc1fd commit 442f5ccCopy full SHA for 442f5cc
app/src/organisms/Devices/RobotSettings/RobotSettingsAdvanced.tsx
@@ -207,7 +207,7 @@ export function RobotSettingsAdvanced({
207
<Divider marginY={SPACING.spacing16} />
208
<UpdateRobotSoftware
209
robotName={robotName}
210
- isRobotBusy={isRobotBusy || isEstopNotDisengaged}
+ isRobotBusy={isRobotBusy}
211
onUpdateStart={() => handleUpdateBuildroot(robot)}
212
/>
213
{isFlex ? (
0 commit comments