Remove unneeded computed property from runCSMStep

This commit is contained in:
Julian Stirling 2025-10-23 16:44:11 +00:00
parent 8e2cf2a5cd
commit a215d301ae

View file

@ -21,12 +21,6 @@ export default {
components: {
stepTemplateWithStream,
CSMCalibrationSettings
},
computed: {
cameraUri: function() {
return `${this.$store.getters.baseUri}/camera/`;
}
}
};
</script>