Skip to content

Commit

Permalink
Add missing message report
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Dec 11, 2024
1 parent f2c868c commit c9b9438
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Cocktail/CocktailImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ function fromUrl() {
}
} as LocalSchema
isLoading.value = false
}).catch(e => {
toast.error(e.message)
isLoading.value = false
})
}
Expand Down

0 comments on commit c9b9438

Please sign in to comment.