Skip to content

Commit

Permalink
when upload from url fail should show error to user
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Nogueira <nogueiradeoliveira@gmail.com>
  • Loading branch information
hugouke committed Feb 1, 2024
1 parent 6fae8f7 commit 9dc812a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Request.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export default {
} catch (err) {
this.error = err.response.data.errors
this.loading = false
onError(err)
return
}
await this.closeModalUploadFromUrl()
Expand Down

0 comments on commit 9dc812a

Please sign in to comment.