Skip to content

Commit

Permalink
fix: saving breadcrumb changes for later
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Feb 13, 2024
1 parent 6e04ca5 commit 22d41d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions apps/files/src/components/BreadCrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
:key="section.dir"
v-bind="section"
dir="auto"
:icon-text="isPersonalFiles"
:to="section.to"
:title="titleForSection(index, section)"
:aria-description="ariaForSection(section)"
Expand Down Expand Up @@ -109,10 +108,6 @@ export default defineComponent({
}
})
},
isPersonalFiles(): string {
return this.$route?.fullPath.startsWith('/personal-files') ? t('files', 'Personal files') : ""
},
},
methods: {
Expand Down
2 changes: 1 addition & 1 deletion apps/files/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ registerTemplateEntries()

// Register files views
registerFavoritesView()
registerFilesView()
registerRecentView()
registerPersonalFilesView()
registerFilesView()

// Register preview service worker
registerPreviewServiceWorker()
Expand Down

0 comments on commit 22d41d3

Please sign in to comment.