handle missing feeds
This commit is contained in:
parent
6df66afe44
commit
6bb7bf4157
2 changed files with 7 additions and 2 deletions
|
|
@ -460,6 +460,8 @@ var vm = new Vue({
|
|||
} else if (result.status === 'multiple') {
|
||||
vm.feedNewChoice = result.choice
|
||||
vm.feedNewChoiceSelected = result.choice[0].url
|
||||
} else {
|
||||
alert('No feeds found at the given url.')
|
||||
}
|
||||
vm.loading.newfeed = false
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue