Skip to content

Commit 2bd1898

Browse files
MicheleCarboneraMicheleCarbonera
authored andcommitted
fix var mismatch name
1 parent 4b6fd2c commit 2bd1898

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/components/Settings.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,10 @@
434434
<v-flex xs12 md6 offset-md3>
435435
<h3 class="text-xs-left">Audio settings</h3>
436436
<v-card>
437-
438-
439-
<div class="cardContent">
437+
<div class="cardContent">
440438
Volume:
441-
<v-text-field v-model="settings.audioLevel" label="Volume" />
442-
443439

440+
<v-text-field v-model="settings.audioLevel" label="Volume" />
444441
</div>
445442
</v-card>
446443
</v-flex>
@@ -740,7 +737,7 @@ export default {
740737
'ctrl_tr_elapse': data.ctrlTurnElapse,
741738
'ctrl_tr_speed': data.ctrlTurnSpeed,
742739
743-
'audio_volume_level': data.audiaudioLeveloLevel,
740+
'audio_volume_level': data.audioLevel,
744741
})
745742
axios.post(CBv1 + '/config', legacySettings)
746743
.then(function() {

0 commit comments

Comments
 (0)