Merge pull request #42282 from nextcloud/backport/42095/stable28

[stable28] fix(files): navigation exact
pull/42201/head
Andy Scherzinger 2023-12-14 17:51:04 +07:00 committed by GitHub
commit 073b8683e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

@ -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 -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long