mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-01 20:05:59 +00:00
- convert folders into teams folders in convert/delete events
- composer update
This commit is contained in:
@@ -166,6 +166,15 @@
|
||||
this.$router.push({name: 'TeamFolders'})
|
||||
}
|
||||
|
||||
let toasterMessage = this.isNewFolderTeamCreation
|
||||
? this.$t('Your Team was invited successfully.')
|
||||
: this.$t('Your Team was invited and folder was moved into Team Folders section.')
|
||||
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: toasterMessage,
|
||||
})
|
||||
|
||||
this.$store.dispatch('getAppData')
|
||||
})
|
||||
.catch(() => this.$isSomethingWrong())
|
||||
|
||||
Reference in New Issue
Block a user