diff --git a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue index 0909827eb..8f78179bd 100644 --- a/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue +++ b/photon-client/src/components/pipeline/CameraAndPipelineSelect.vue @@ -321,7 +321,7 @@ }, deleteCurrentPipeline() { if (this.$store.getters.pipelineList.length > 1) { - this.handleInputWithIndex('command', 'deleteCurrentPipeline'); + this.handleInputWithIndex('deleteCurrentPipeline'); } else { this.snackbar = true; } diff --git a/photon-client/src/components/pipeline/OutputTab/DualCalibration.vue b/photon-client/src/components/pipeline/OutputTab/DualCalibration.vue index a5f2e7f84..8348a6bd8 100644 --- a/photon-client/src/components/pipeline/OutputTab/DualCalibration.vue +++ b/photon-client/src/components/pipeline/OutputTab/DualCalibration.vue @@ -31,7 +31,7 @@ small color="yellow darken-3" style="width: 100%;" - @click="clearSlope" + @click="clearPoints" > Clear All Points @@ -43,45 +43,16 @@