diff options
Diffstat (limited to 'resources/vue')
| -rw-r--r-- | resources/vue/components/responsive/ResponsiveNavigation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/vue/components/responsive/ResponsiveNavigation.vue b/resources/vue/components/responsive/ResponsiveNavigation.vue index 0e72ca7..70e46a7 100644 --- a/resources/vue/components/responsive/ResponsiveNavigation.vue +++ b/resources/vue/components/responsive/ResponsiveNavigation.vue @@ -151,7 +151,7 @@ export default { showMenu: false, activeItem: this.navigation.activated.at(-1) ?? 'start', currentNavigation: this.findItem(this.navigation.activated.at(0) ?? 'start', studipNavigation) - ?? this.studipNavigation, + ?? studipNavigation, initialNavigation: {}, initialTitle: '', isAdmin: ['root','admin'].includes(this.me.perm), |
