Skip to content

Commit

Permalink
Show error
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Dec 18, 2024
1 parent b0c541e commit 85662ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/EpiData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export function loadDataSet(
.alert(
`
<div class="uk-alert uk-alert-error">
Failed to fetch API data from <a href="${url.href}">API Link</a>.
Failed to fetch API data from <a href="${url.href}">API Link</a>:<br/><i>${error}</i>
</div>`,
)
.then(() => null);
Expand Down

0 comments on commit 85662ec

Please sign in to comment.