Skip to content

Commit

Permalink
Merge pull request #685 from bcgov/fix-error-messages
Browse files Browse the repository at this point in the history
Incorrect Student does not exist Error Message fix
  • Loading branch information
suzalflueck authored Nov 15, 2024
2 parents 2cbf4bd + 500d9bb commit a156748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Batch/BatchJobSearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ export default {
})
.catch((error) => {
// eslint-disable-next-line
console.log(error);
this.snackbarStore.showSnackbar(
"Student cannot be found on the GRAD or PEN database",
"There was an error with the Student API",
"error",
5000
);
Expand Down

0 comments on commit a156748

Please sign in to comment.