Skip to content

Commit

Permalink
DIS-34 Local ILL
Browse files Browse the repository at this point in the history
Show message if submitting Local ILL fails
  • Loading branch information
mdnoble73 committed Dec 16, 2024
1 parent 7fc12a3 commit 4069452
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ const Request = (payload) => {
await reloadProfile(library.baseUrl).then((result) => {
updateUser(result);
});
} else {
popAlert(result.title, result.message, 'error');
}
});
};
Expand Down

0 comments on commit 4069452

Please sign in to comment.