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