Skip to content

Commit e7929d9

Browse files
skjnldsvAndyScherzinger
authored andcommitted
fix(files): navigation exact
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 7fa0c9d commit e7929d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/files/src/views/Navigation.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
:key="view.id"
2828
:allow-collapse="true"
2929
:data-cy-files-navigation-item="view.id"
30+
:exact="true"
3031
:icon="view.iconClass"
32+
:name="view.name"
3133
:open="isExpanded(view)"
3234
:pinned="view.sticky"
33-
:name="view.name"
3435
:to="generateToNavigation(view)"
3536
@update:open="onToggleExpand(view)">
3637
<!-- Sanitized icon as svg if provided -->

0 commit comments

Comments
 (0)