mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 01:32:15 +00:00
- on-demand notification
- error message on failed after shared link was created - Shared link email text edit
This commit is contained in:
@@ -207,7 +207,6 @@
|
||||
emails: this.emails
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
.finally(() => {
|
||||
@@ -297,12 +296,9 @@
|
||||
events.$emit('popup:close')
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
this.$isSomethingWrong()
|
||||
})
|
||||
.finally(() => {
|
||||
|
||||
// End loading
|
||||
this.isLoading = false
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user