Skip to content

Commit

Permalink
[INJIWEB-212]: update error message for fetching issuers in homepage …
Browse files Browse the repository at this point in the history
…with toaster

Signed-off-by: Vijay <[email protected]>
  • Loading branch information
vijay151096 committed Apr 16, 2024
1 parent bea2391 commit eabb63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inji-web/src/pages/Home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Home(props) {
setLoading(false);
})
.catch(error => {
toast.error(error.message, {
toast.error("No issuers found. Please try again later.", {
position: "top-right",
autoClose: 5000,
hideProgressBar: true,
Expand Down

0 comments on commit eabb63c

Please sign in to comment.