Skip to content

Commit

Permalink
fetch data with no query params
Browse files Browse the repository at this point in the history
  • Loading branch information
gridcell committed Jul 24, 2024
1 parent 8171fad commit bae862e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MermaidDash.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class MermaidDash extends Component {
}

this.fetchAllSites(paramsObj)
this.fetchAllSitesWithEmptyQueryParams()

if (countryName) {
filterParams.country = countryName.split(',')
Expand Down

0 comments on commit bae862e

Please sign in to comment.