Skip to content

Commit

Permalink
Added Asterisk in label
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunVAshrit committed Nov 20, 2024
1 parent 0792931 commit 9b3337d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/pageComponents/topicPages/Form/CareerFairForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ const CareerFairForm = () => {
<FormTextField
{...props}
id={props.name}
label={intl.formatMessage({
label={`${intl.formatMessage({
id: 'email',
defaultMessage: 'Email',
})}
})}*`}
inputRef={ref}
inputIcon={invalid ? <Icon data={error_filled} title="error" /> : undefined}
helperText={error?.message}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ const CareersContactForm = () => {
<FormTextField
{...props}
id={props.name}
label={intl.formatMessage({
label={`${intl.formatMessage({
id: 'email',
defaultMessage: 'Email',
})}
})}*`}
inputRef={ref}
inputIcon={invalid ? <Icon data={error_filled} title="error" /> : undefined}
helperText={error?.message}
Expand Down

0 comments on commit 9b3337d

Please sign in to comment.