summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/LoadingBar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/LoadingBar.vue')
-rw-r--r--webapp/src/components/LoadingBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/LoadingBar.vue b/webapp/src/components/LoadingBar.vue
index 6f1790d..32495ef 100644
--- a/webapp/src/components/LoadingBar.vue
+++ b/webapp/src/components/LoadingBar.vue
@@ -47,7 +47,7 @@ export default {
this.loadingValue = 100
this.loadingTimeout = setTimeout(() => { this.loadingBar = false }, 500)
}
- },
+ }
},
methods: {
increaseLoadingValue () {