add asterix for custom params (#2192)
This commit is contained in:
parent
3c922bc470
commit
aa839b4d69
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ const CustomParamField: React.FC<Props> = ({
|
|||
return (
|
||||
<C.Column>
|
||||
<div>
|
||||
<InputLabel>Custom Parameter</InputLabel>
|
||||
<InputLabel>Custom Parameter *</InputLabel>
|
||||
<Controller
|
||||
control={control}
|
||||
rules={{ required: 'Custom Parameter is required.' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue