Skip to content

Commit 0fa2cfc

Browse files
authored
fix(app): Fix gripper calibration copy during exit (#17220)
Closes RQA-3832
1 parent 63cba42 commit 0fa2cfc

File tree

1 file changed

+2
-0
lines changed
  • app/src/organisms/GripperWizardFlows

1 file changed

+2
-0
lines changed

app/src/organisms/GripperWizardFlows/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ export function GripperWizardFlows(
145145
})
146146

147147
const handleCleanUpAndClose = (): void => {
148+
setIsExiting(true)
149+
148150
if (maintenanceRunData?.data.id == null) {
149151
handleClose()
150152
} else {

0 commit comments

Comments
 (0)