[web] Remove useless call to start the progress bar

This commit is contained in:
Alain Nussbaumer 2025-03-27 15:04:40 +01:00
parent 1c5425ba2a
commit 24017f21f9

View File

@ -107,8 +107,6 @@ export default {
},
created() {
this.connect()
// Start the progress bar on app start
this.$Progress.start()
// Hook the progress bar to start before we move router-view
this.$router.beforeEach((to, from, next) => {
if (!(to.path === from.path && to.hash)) {