Skip to content

Commit

Permalink
Merge pull request #138 from SelfhostedPro/updating
Browse files Browse the repository at this point in the history
fixed issue where Yacht wouldn't show it's updatable even if there's …
  • Loading branch information
SelfhostedPro authored Oct 2, 2020
2 parents 1e5c3cf + 4b3675d commit 509d54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/serverSettings/ServerUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default {
})
.then((response) => {
this.isLoading = false
console.log(response.data)
this.updatable = response.data.updatable
console.log(response)
this.updatable = response.data
})
.catch((err) => {
this.isLoading = false
Expand Down

0 comments on commit 509d54a

Please sign in to comment.