mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
reload view after remote upload was finished
This commit is contained in:
@@ -93,10 +93,13 @@ export default {
|
||||
.then(() => {
|
||||
events.$emit('toaster', {
|
||||
type: 'success',
|
||||
message: this.$t('remote_download_submitted'),
|
||||
message: this.$t('remote_download_processed'),
|
||||
})
|
||||
|
||||
events.$emit('popup:close')
|
||||
|
||||
// Reload data
|
||||
this.$getDataByLocation()
|
||||
})
|
||||
.catch((error) => {
|
||||
if (error.response.status === 422) {
|
||||
|
||||
Reference in New Issue
Block a user