diff --git a/core/frontend/src/components/vehiclesetup/configuration/compass/FullCompassCalibrator.vue b/core/frontend/src/components/vehiclesetup/configuration/compass/FullCompassCalibrator.vue index 36109e996..4bbec1ec9 100644 --- a/core/frontend/src/components/vehiclesetup/configuration/compass/FullCompassCalibrator.vue +++ b/core/frontend/src/components/vehiclesetup/configuration/compass/FullCompassCalibrator.vue @@ -190,7 +190,6 @@ export default { this.status_text = `Calibration failed: ${reason}` this.status_type = 'error' this.state = states.FAILED - this.cleanup() }, async cancelCalibration() { mavlink2rest.sendCommandLong(MavCmd.MAV_CMD_DO_CANCEL_MAG_CAL)