Camera stage mapping step in wizard says skip until complete.
This commit is contained in:
parent
e71a25733b
commit
e1172248b0
4 changed files with 47 additions and 4 deletions
|
|
@ -124,9 +124,10 @@ export default {
|
|||
];
|
||||
}
|
||||
},
|
||||
onRecalibrateResponse: function () {
|
||||
onRecalibrateResponse: function (response) {
|
||||
this.modalNotify("Finished stage-to-camera calibration.");
|
||||
this.updateDisplayedCSM();
|
||||
this.$emit("recalibrateResponse", response);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue