remove beforeDestroy as noone can say what is it for

This commit is contained in:
Moriz Wahl 2021-04-21 15:52:09 +02:00
parent 3c65eebc61
commit 3c84382e45

View File

@ -70,10 +70,5 @@ export default {
this.$router.push('/login')
},
},
beforeDestroy() {
if (this.$sidebar.showSidebar) {
this.$sidebar.showSidebar = false
}
},
}
</script>