Skip to content

Commit

Permalink
Merge pull request #1139 from mozzy11/develop
Browse files Browse the repository at this point in the history
fix referal label
  • Loading branch information
mozzy11 authored Jun 25, 2024
2 parents 4773c0c + 49f446f commit a6d7cdd
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,14 @@ function ReferredOutTests(props) {
)}
</Field>
<Grid fullWidth={true}>
<Column lg={16} md={8} sm={4}>
<h5>
<FormattedMessage id="referral.out.request" />
</h5>
</Column>
<Column lg={16} md={8} sm={4}>
<br></br>
</Column>
<Column lg={4} md={8} sm={4}>
<Dropdown
id={"dateType"}
Expand All @@ -395,10 +403,6 @@ function ReferredOutTests(props) {
dateTypeList.find((item) => item.value === dateType)
?.text || ""
}
labelText={intl.formatMessage({
id: "referral.out.request",
defaultMessage: "Start Date",
})}
initialSelectedItem={dateTypeList.find(
(item) => item.value === dateType,
)}
Expand All @@ -414,9 +418,7 @@ function ReferredOutTests(props) {
/>
</Column>
<Column lg={12} md={8} sm={4}>
<h5 style={{ paddingTop: "10px", paddingLeft: "6px" }}>
<FormattedMessage id="referral.out.note" />
</h5>
<FormattedMessage id="referral.out.note" />
</Column>
<Column lg={16} md={8} sm={4}>
<br></br>
Expand Down

0 comments on commit a6d7cdd

Please sign in to comment.