fixes part 3

This commit is contained in:
Čarodej
2022-03-01 11:35:01 +01:00
parent a303ffffdc
commit 3f0a69a062
4 changed files with 6 additions and 4 deletions

View File

@@ -238,7 +238,6 @@ export default {
},
},
mounted() {
this.$store.commit('SET_CURRENT_TEAM_FOLDER', undefined)
this.$store.dispatch('getSharedWithMeFolder', this.$route.params.id)
events.$on('context-menu:show', (event, item) => (this.item = item))