- convert folders into teams folders in convert/delete events

- composer update
This commit is contained in:
Čarodej
2021-11-04 10:05:29 +01:00
parent aec5b98313
commit ee86fbbe66
14 changed files with 135 additions and 48 deletions
@@ -247,6 +247,11 @@
} else {
this.$store.commit('REMOVE_ITEM', data.id)
}
events.$emit('toaster', {
type: 'success',
message: this.$t('Your Team Folder was moved into your files.'),
})
})
.catch(() => this.$isSomethingWrong())
})