feat: introduce asterisk for all the required fields
This commit is contained in:
@@ -183,7 +183,7 @@ function ControlledCustomAutocomplete(props) {
|
||||
variant="outlined"
|
||||
sx={{ bgcolor: 'white', display: 'inline-block', px: 0.75 }}
|
||||
>
|
||||
{label}
|
||||
{`${label}${required ? ' *' : ''}`}
|
||||
</InputLabel>
|
||||
</InputLabelWrapper>
|
||||
|
||||
|
Reference in New Issue
Block a user