mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
- mark folder as team folder after folder was created
- show members in spotlight search
This commit is contained in:
@@ -201,6 +201,7 @@
|
||||
},
|
||||
},
|
||||
created() {
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user