Skip to content

Commit

Permalink
Merge pull request #1499 from bcgov/fix/grid-alert
Browse files Browse the repository at this point in the history
fix: grid alert not returning correct alert
  • Loading branch information
kevin-hashimoto authored Dec 18, 2024
2 parents e6fdac8 + 2dd4f58 commit af3cbd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/services/useApiService.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const useApiService = (opts = {}) => {
variant: 'error'
})
}

return Promise.reject(error)
}
)

Expand Down

0 comments on commit af3cbd2

Please sign in to comment.