Skip to content

Commit

Permalink
fix: revert orgunitid change
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Feb 1, 2025
1 parent 91cf135 commit 3d171c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const WidgetEventEditPlain = ({
onHandleScheduleSave,
onSaveExternal,
programId,
orgUnitId,
enrollmentId,
eventId,
stageId,
Expand Down Expand Up @@ -105,7 +106,7 @@ const WidgetEventEditPlain = ({
currentPage={currentPageMode}
eventId={eventId}
programId={programId}
orgUnitId={orgUnit.id}
orgUnitId={orgUnitId}
stageId={stageId}
stage={stage}
/>
Expand Down

0 comments on commit 3d171c7

Please sign in to comment.