Restoring loader

This commit is contained in:
Axel 2021-12-28 00:07:29 +01:00
parent 234547a903
commit a9ee94b8fd
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -349,7 +349,7 @@
}, },
}, },
mounted: function() { mounted: function() {
//this.loader = this.$loading.show() this.loader = this.$loading.show()
this.task.id = this.$route.params.id ?? null this.task.id = this.$route.params.id ?? null
if (this.task.id != null) { if (this.task.id != null) {