mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Simplify: "renameFail" and "removeFail" toasts
This commit is contained in:
parent
71c0b2bca3
commit
9311fd10bc
12 changed files with 19 additions and 23 deletions
|
|
@ -94,7 +94,7 @@ export default {
|
|||
this.$toast.success(this.$strings.ToastBookmarkRemoveSuccess)
|
||||
})
|
||||
.catch((error) => {
|
||||
this.$toast.error(this.$strings.ToastBookmarkRemoveFailed)
|
||||
this.$toast.error(this.$strings.ToastRemoveFailed)
|
||||
console.error(error)
|
||||
})
|
||||
this.show = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue