mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-28 15:24:43 +00:00
infinity scroller ui improvements
This commit is contained in:
@@ -179,7 +179,7 @@ export default {
|
||||
|
||||
// Add created team folder into Team Folder homepage view
|
||||
} else if (isTeamFoldersLocation && !this.$route.params.id) {
|
||||
this.$store.commit('ADD_NEW_FOLDER', response.data)
|
||||
this.$store.commit('ADD_NEW_ITEM', response.data)
|
||||
|
||||
// Redirect to Team Folders after converting simple folder
|
||||
} else if (!isTeamFoldersLocation) {
|
||||
|
||||
Reference in New Issue
Block a user