Skip to content

Commit

Permalink
update to search box
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-addison-h committed Jun 6, 2024
1 parent d71085b commit 3f97766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/femr/ui/views/medical/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</script>
<div class="container">
@helper.form(action = MedicalController.indexPost()) {
@searchBox("Medical", patientId, message)
@searchBox("Medical", currentUser, patientId, message)
}
</div>
}

0 comments on commit 3f97766

Please sign in to comment.