fix settings bug

This commit is contained in:
Daan 2020-09-12 19:57:54 +02:00
parent 161841b929
commit a1e5b043c6

View file

@ -107,6 +107,9 @@ export default {
dialogHeight() {
return this.phoneLayout ? '79vh' : '70vh'
}
},
created() {
this.$store.commit('FETCH_SETTINGS')
}
}
</script>