- on-demand notification

- error message on failed after shared link was created
- Shared link email text edit
This commit is contained in:
Peter Papp
2021-02-07 11:19:21 +01:00
parent 44158c74e3
commit 8d04a94dbc
12 changed files with 280 additions and 345 deletions

View File

@@ -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
})
},