Update: collectionBooksTable toast

This commit is contained in:
Nicholas Wallace 2024-08-30 10:58:33 -07:00
parent 7545d6634d
commit 55b2472978

View file

@ -78,7 +78,7 @@ export default {
}) })
.catch((error) => { .catch((error) => {
console.error('Failed to update collection', 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) { editBook(book) {
@ -110,4 +110,4 @@ export default {
.collection-book-leave-active { .collection-book-leave-active {
position: absolute; position: absolute;
} }
</style> </style>