Skip to content

Commit

Permalink
fix: sort options in drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Jul 22, 2024
1 parent fbc552f commit 36feb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/repositories/SurveyFormD2Repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class SurveyD2Repository implements SurveyRepository {
undefined,
programDataElements,
dataElementsWithSortOrder,
resp.options,
sortedOptions,
resp.programStages,
resp.programStageSections,
sortedTrackedentityAttr,
Expand All @@ -171,7 +171,7 @@ export class SurveyD2Repository implements SurveyRepository {
undefined,
programDataElements,
dataElementsWithSortOrder,
resp.options,
sortedOptions,
resp.programStages,
resp.programStageSections,
sortedTrackedentityAttr,
Expand Down

0 comments on commit 36feb2d

Please sign in to comment.