add asterix for custom params (#2192)

This commit is contained in:
Robert Azizbekyan 2022-06-22 11:48:03 +04:00 committed by GitHub
parent 3c922bc470
commit aa839b4d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.' }}