Skip to content

Commit

Permalink
Rollback autoSave with SpinButton
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpekert committed Dec 18, 2023
1 parent f47a0fb commit 9b4f1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SettingsPhone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
watch: {
phone() {
if (this.autoSave) {
this.$refs.spinButton.handle()
this.savePhone()
}
},
},
Expand Down

0 comments on commit 9b4f1ff

Please sign in to comment.