Skip to content

Commit

Permalink
Merge branch 'feature/add-data-source-create-event' of https://github…
Browse files Browse the repository at this point in the history
….com/EyeSeeTea/zebra-dev into feat/map-national-event-id-to-district
  • Loading branch information
deeonwuli committed Aug 20, 2024
2 parents 92ea20a + 6e96266 commit 508c420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/repositories/OptionsD2Repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class OptionsD2Repository implements OptionsRepository {
}

getAllMainSyndromes(): FutureData<Option[]> {
return this.getOptionSetByCode("RTSL_ZEB_OS_SYNDROME");
return this.getOptionSetByCode("AGENTS");
}

getAllSuspectedDiseases(): FutureData<Option[]> {
Expand Down

0 comments on commit 508c420

Please sign in to comment.