diff --git a/frontend/src/views/Layout/DashboardNavbar.vue b/frontend/src/views/Layout/DashboardNavbar.vue index 751e947b4..7b0964f2c 100755 --- a/frontend/src/views/Layout/DashboardNavbar.vue +++ b/frontend/src/views/Layout/DashboardNavbar.vue @@ -70,10 +70,5 @@ export default { this.$router.push('/login') }, }, - beforeDestroy() { - if (this.$sidebar.showSidebar) { - this.$sidebar.showSidebar = false - } - }, }