Skip to content

Commit

Permalink
merge fix pipettewizardflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 7, 2024
1 parent 18560fa commit 0d51cb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/organisms/PipetteWizardFlows/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,11 @@ export const PipetteWizardFlows = (
deleteMaintenanceRun(maintenanceRunData?.data.id)
}
closeFlow()
if (onComplete != null) onComplete()
}

const { deleteMaintenanceRun } = useDeleteMaintenanceRunMutation({})

const handleCleanUpAndClose = (): void => {
setIsExiting(true)
if (maintenanceRunData?.data.id == null) handleClose()
else {
chainRunCommands(
Expand Down

0 comments on commit 0d51cb8

Please sign in to comment.