Skip to content

Commit

Permalink
fix(app): Fix gripper calibration copy during exit (#17220)
Browse files Browse the repository at this point in the history
Closes RQA-3832
  • Loading branch information
mjhuff authored Jan 8, 2025
1 parent 63cba42 commit 0fa2cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/organisms/GripperWizardFlows/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ export function GripperWizardFlows(
})

const handleCleanUpAndClose = (): void => {
setIsExiting(true)

if (maintenanceRunData?.data.id == null) {
handleClose()
} else {
Expand Down

0 comments on commit 0fa2cfc

Please sign in to comment.