Skip to content

Commit 442f5cc

Browse files
fix(app): Allow using update-from-file button when robot-server is down (#15337)
1 parent cafc1fd commit 442f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/organisms/Devices/RobotSettings/RobotSettingsAdvanced.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export function RobotSettingsAdvanced({
207207
<Divider marginY={SPACING.spacing16} />
208208
<UpdateRobotSoftware
209209
robotName={robotName}
210-
isRobotBusy={isRobotBusy || isEstopNotDisengaged}
210+
isRobotBusy={isRobotBusy}
211211
onUpdateStart={() => handleUpdateBuildroot(robot)}
212212
/>
213213
{isFlex ? (

0 commit comments

Comments
 (0)