Skip to content

Commit

Permalink
default to "Show for all cases"
Browse files Browse the repository at this point in the history
  • Loading branch information
faatihi authored and Anthony4m committed Jul 28, 2023
1 parent b60ce37 commit 4d15865
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ public DashboardMapComponent(DashboardDataProvider dashboardDataProvider) {

if (dashboardDataProvider.getDashboardType() == DashboardType.SURVEILLANCE) {
showCases = true;
caseClassificationOption = MapCaseClassificationOption.CONFIRMED_CASES_ONLY;
caseClassificationOption = MapCaseClassificationOption.ALL_CASES;
showContacts = false;
showEvents = false;
showConfirmedContacts = true;
showUnconfirmedContacts = true;
} else if (dashboardDataProvider.getDashboardType() == DashboardType.CONTACTS) {
showCases = false;
caseClassificationOption = MapCaseClassificationOption.CONFIRMED_CASES_ONLY;
caseClassificationOption = MapCaseClassificationOption.ALL_CASES;
showContacts = true;
showEvents = false;
showConfirmedContacts = true;
Expand Down

0 comments on commit 4d15865

Please sign in to comment.