From bae862eff2e0db3953b7305f0762355acf8b2545 Mon Sep 17 00:00:00 2001 From: Dustin Sampson Date: Wed, 24 Jul 2024 12:25:41 -0700 Subject: [PATCH] fetch data with no query params --- src/components/MermaidDash.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/MermaidDash.js b/src/components/MermaidDash.js index 1c0aa2b..6afafc6 100644 --- a/src/components/MermaidDash.js +++ b/src/components/MermaidDash.js @@ -77,6 +77,7 @@ class MermaidDash extends Component { } this.fetchAllSites(paramsObj) + this.fetchAllSitesWithEmptyQueryParams() if (countryName) { filterParams.country = countryName.split(',')