diff --git a/chameleon-client/src/components/OutputTab/DualCalibration.vue b/chameleon-client/src/components/OutputTab/DualCalibration.vue index 8e0a65cc3..22b95ccc5 100644 --- a/chameleon-client/src/components/OutputTab/DualCalibration.vue +++ b/chameleon-client/src/components/OutputTab/DualCalibration.vue @@ -47,8 +47,8 @@ } }, sendSlope(m, b, valid) { - this.handleInput('m', m); - this.handleInput('b', b); + this.handleInput('dualTargetCalibrationM', m); + this.handleInput('dualTargetCalibrationB', b); this.$emit('update'); }, clearSlope() {