Skip to content

Commit

Permalink
Update CameraCalibrationCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 9, 2023
1 parent ab95d17 commit c5a75b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const endCalibration = () => {
color="secondary"
style="width: 100%"
:disabled="!settingsValid"
@click="isCalibrating ? useCameraSettingsStore().takeCalibrationSnapshot(true) : startCalibration()"
@click="isCalibrating ? useCameraSettingsStore().takeCalibrationSnapshot() : startCalibration()"
>
{{ isCalibrating ? "Take Snapshot" : "Start Calibration" }}
</v-btn>
Expand Down

0 comments on commit c5a75b1

Please sign in to comment.