Skip to content

Commit

Permalink
* Something forgot from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
benjboyer committed Apr 15, 2020
1 parent 31545ac commit f6e6f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/imports/choose-broadcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Vue.component('choose-broadcast', {
axios.get(vm.value.api.links.run.default).then(response => {
vm.invs = response.data
})
.catch(response => {
.catch(err => {
vm.notAvailable = true
})
}
Expand Down

0 comments on commit f6e6f2d

Please sign in to comment.