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: {
|
||||
stepTemplateWithStream,
|
||||
CSMCalibrationSettings
|
||||
},
|
||||
|
||||
computed: {
|
||||
cameraUri: function() {
|
||||
return `${this.$store.getters.baseUri}/camera/`;
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue