Skip to content

Commit

Permalink
fix value overwrite for label
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebSLane committed Dec 4, 2023
1 parent 77f0413 commit 62b1f8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function NonConformityMenuManagement() {
curMenuItem={menuItem}
path="$"
setMenuItem={setMenuItem}
labelKey="menu.study.active"
labelKey="menu.nonconform.active"
recurse={showChildren}
/>
<br></br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function PatientMenuManagement() {
curMenuItem={menuItem}
path="$"
setMenuItem={setMenuItem}
labelKey="menu.study.active"
labelKey="menu.patient.active"
recurse={showChildren}
/>
<br></br>
Expand Down

0 comments on commit 62b1f8d

Please sign in to comment.