Revert "removed backspace functionality for team folder and sharedwithme homepage"

This reverts commit dfeef6fd
This commit is contained in:
Čarodej
2022-03-15 11:21:14 +01:00
parent 806af9da5c
commit 5fa205de27
20 changed files with 61 additions and 61 deletions

View File

@@ -54,7 +54,7 @@ export default {
computed: {
...mapGetters(['isVisibleNavigationBars', 'currentFolder', 'sharedDetail']),
isNotHomepage() {
if (this.$isThisRoute(['Public'])) {
if (this.$isThisRoute(this.$route, ['Public'])) {
return this.sharedDetail && this.sharedDetail.data.attributes.item_id !== this.$route.params.id
}