summaryrefslogtreecommitdiffstats
path: root/apps/files/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-12-07 12:28:23 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2023-12-14 16:25:32 +0000
commita0692b6e4469fd1b0f046dc5aa747d03b50b4d36 (patch)
tree14a11374abf6a6fe82cfed73b689e33f85ec9658 /apps/files/src
parent7fa0c9d410fb2c9c2699e655167f335c0c7a107e (diff)
downloadnextcloud-server-a0692b6e4469fd1b0f046dc5aa747d03b50b4d36.tar.gz
nextcloud-server-a0692b6e4469fd1b0f046dc5aa747d03b50b4d36.zip
fix(files): navigation exact
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r--apps/files/src/views/Navigation.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/src/views/Navigation.vue b/apps/files/src/views/Navigation.vue
index 7579449e663..9e7a630128e 100644
--- a/apps/files/src/views/Navigation.vue
+++ b/apps/files/src/views/Navigation.vue
@@ -27,10 +27,11 @@
:key="view.id"
:allow-collapse="true"
:data-cy-files-navigation-item="view.id"
+ :exact="true"
:icon="view.iconClass"
+ :name="view.name"
:open="isExpanded(view)"
:pinned="view.sticky"
- :name="view.name"
:to="generateToNavigation(view)"
@update:open="onToggleExpand(view)">
<!-- Sanitized icon as svg if provided -->