From 65c881fea18764de35c0e77e7d95e633a2faa95b Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Fri, 1 Dec 2023 01:46:11 +0000 Subject: [PATCH] Make calibrateXYUri a computed property This makes it properly reactive again. --- .../CSMCalibrationSettings.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue index bffb62ed..f1bbace1 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue @@ -9,7 +9,7 @@ :confirmation-message=" 'Start recalibration of the stage to the camera? This may take a while, and the microscope will be locked during this time.' " - :submit-url="thingUri + 'calibrate_xy'" + :submit-url="calibrateXYUri" :submit-label="'Auto-Calibrate using camera'" @response="onRecalibrateResponse" @error="modalError" @@ -28,7 +28,6 @@