diff --git a/frontend/src/components/Batch/BatchJobSearchResults.vue b/frontend/src/components/Batch/BatchJobSearchResults.vue index b3954c17..c9ac3797 100644 --- a/frontend/src/components/Batch/BatchJobSearchResults.vue +++ b/frontend/src/components/Batch/BatchJobSearchResults.vue @@ -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 );