Skip to content

Commit

Permalink
fix(programrule): rename program stage to hide label (#2773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored Dec 23, 2023
1 parent 67e4e38 commit c797660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const actionTypeFieldMapping = {
label: 'prevent_adding_new_events_to_stage', // see https://dhis2.atlassian.net/browse/DHIS2-13995
required: ['programStage'],
labelOverrides: {
programStage: 'program_stage_to_hide',
programStage: 'program_stage',
},
},
HIDEOPTION: {
Expand Down

0 comments on commit c797660

Please sign in to comment.