Skip to content

Commit

Permalink
Merge pull request #8567 from ohcnetwork/develop
Browse files Browse the repository at this point in the history
Staging Release Patch
  • Loading branch information
rithviknishad authored Sep 18, 2024
2 parents 7e07ccd + b9afa4a commit 8c3c116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/Consultations/DailyRoundsFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ export default function DailyRoundsFilter(props: Props) {
<div className="relative flex flex-col gap-4 rounded-b-lg bg-white p-6">
<SelectFormField
{...field("rounds_type")}
label={t("Round Type")}
label={t("LOG_UPDATE_FIELD_LABEL__rounds_type")}
options={DailyRoundTypes}
placeholder={t("show_all")}
optionLabel={(o) => t(o)}
optionLabel={(o) => t(`ROUNDS_TYPE__${o}`)}
optionValue={(o) => o}
/>
<TextFormField
Expand Down

0 comments on commit 8c3c116

Please sign in to comment.