From e3b1ec8022324003fa22b7be6803fdf89021c929 Mon Sep 17 00:00:00 2001 From: Katrin Yordanova Date: Wed, 1 Feb 2023 17:35:52 +0200 Subject: [PATCH] Fix sidebar not behaving properly in reporter webapp --- lib/vue/src/components/navigation/CSidebar.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/vue/src/components/navigation/CSidebar.vue b/lib/vue/src/components/navigation/CSidebar.vue index 6bdae06f6..612113772 100644 --- a/lib/vue/src/components/navigation/CSidebar.vue +++ b/lib/vue/src/components/navigation/CSidebar.vue @@ -236,12 +236,6 @@ export default { this.checkSidebar() }, }, - - disabledRoutes: { - handler () { - this.checkSidebar() - }, - } }, methods: {