Skip to content

Commit

Permalink
🐛 FIX: send changes to backend
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
  • Loading branch information
violoncelloCH committed Mar 22, 2019
1 parent 76223dc commit c914d9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/BackendEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
directives: {
tooltip
},
data() {
return {
user_backend: user_backend,
}
},
computed: {
backendName () {
switch (this.user_backend['class']) {
Expand Down

0 comments on commit c914d9e

Please sign in to comment.