mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 19:31:39 +00:00
Update: collectionBooksTable toast
This commit is contained in:
parent
7545d6634d
commit
55b2472978
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ export default {
|
|||
})
|
||||
.catch((error) => {
|
||||
console.error('Failed to update collection', error)
|
||||
this.$toast.error('Failed to save collection books order')
|
||||
this.$toast.error(this.$strings.ToastCollectionUpdateFailed)
|
||||
})
|
||||
},
|
||||
editBook(book) {
|
||||
|
|
@ -110,4 +110,4 @@ export default {
|
|||
.collection-book-leave-active {
|
||||
position: absolute;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue