Camera stage mapping step in wizard says skip until complete.

This commit is contained in:
Julian Stirling 2025-11-04 20:13:46 +00:00
parent e71a25733b
commit e1172248b0
4 changed files with 47 additions and 4 deletions

View file

@ -124,9 +124,10 @@ export default {
];
}
},
onRecalibrateResponse: function () {
onRecalibrateResponse: function (response) {
this.modalNotify("Finished stage-to-camera calibration.");
this.updateDisplayedCSM();
this.$emit("recalibrateResponse", response);
},
},
};