mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 05:45:26 +02:00
Update:Submit edit details closes modal
This commit is contained in:
@@ -166,7 +166,7 @@ export default {
|
|||||||
if (updateResult) {
|
if (updateResult) {
|
||||||
if (updateResult.updated) {
|
if (updateResult.updated) {
|
||||||
this.$toast.success('Item details updated')
|
this.$toast.success('Item details updated')
|
||||||
// this.$emit('close')
|
this.$emit('close')
|
||||||
} else {
|
} else {
|
||||||
this.$toast.info('No updates were necessary')
|
this.$toast.info('No updates were necessary')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user