Remove unneeded computed property from runCSMStep
This commit is contained in:
parent
8e2cf2a5cd
commit
a215d301ae
1 changed files with 0 additions and 6 deletions
|
|
@ -21,12 +21,6 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
stepTemplateWithStream,
|
stepTemplateWithStream,
|
||||||
CSMCalibrationSettings
|
CSMCalibrationSettings
|
||||||
},
|
|
||||||
|
|
||||||
computed: {
|
|
||||||
cameraUri: function() {
|
|
||||||
return `${this.$store.getters.baseUri}/camera/`;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue