Skip to content

Commit

Permalink
Merge pull request #63 from EyeSeeTea/fix/order-drop-down-options
Browse files Browse the repository at this point in the history
sort order drop down options
  • Loading branch information
MiquelAdell authored Jul 24, 2024
2 parents fbc552f + 36feb2d commit 398aee9
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 398aee9

Please sign in to comment.