Skip to content

Commit

Permalink
fix: view event without org unit tracker programs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jan 12, 2025
1 parent 9ff07c3 commit 9048ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const TopBar = ({
selectedOrgUnitId={orgUnitId}
selectedCategories={selectedCategories}
onResetProgramId={() => resetViewEventId('/', { orgUnitId })}
onResetOrgUnitId={() => resetViewEventId('/')}
onResetOrgUnitId={() => resetViewEventId('/', { programId })}
onSetCategoryOption={dispatchOnSetCategoryOption}
onResetAllCategoryOptions={dispatchOnResetAllCategoryOptions}
onResetCategoryOption={dispatchOnResetCategoryOption}
Expand Down

0 comments on commit 9048ff5

Please sign in to comment.