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 (
|
return (
|
||||||
<C.Column>
|
<C.Column>
|
||||||
<div>
|
<div>
|
||||||
<InputLabel>Custom Parameter</InputLabel>
|
<InputLabel>Custom Parameter *</InputLabel>
|
||||||
<Controller
|
<Controller
|
||||||
control={control}
|
control={control}
|
||||||
rules={{ required: 'Custom Parameter is required.' }}
|
rules={{ required: 'Custom Parameter is required.' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue