mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 00:39:40 +00:00
Fix:Edit author modal resetting form inputs on image change #2965
This commit is contained in:
parent
1576164218
commit
ba6a88a5bf
2 changed files with 14 additions and 13 deletions
|
|
@ -79,9 +79,6 @@ export default {
|
|||
}
|
||||
},
|
||||
authorUpdated(author) {
|
||||
if (this.selectedAuthor && this.selectedAuthor.id === author.id) {
|
||||
this.$store.commit('globals/setSelectedAuthor', author)
|
||||
}
|
||||
this.authors = this.authors.map((au) => {
|
||||
if (au.id === author.id) {
|
||||
return author
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue