v1.7 alpha.4

This commit is contained in:
carodej
2020-07-15 11:50:32 +02:00
parent 25d15390ef
commit 6b36480097
15 changed files with 222 additions and 209 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const Helpers = {
Vue.prototype.$updateText = debounce(function (route, name, value) {
if (! value || value === '') return
if (value === '') return
axios.patch(this.$store.getters.api + route, {name, value})
.catch(error => {