This commit is contained in:
parent
5ac52efb7a
commit
6de2eaeab1
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ const CustomParams: React.FC<CustomParamsProps> = ({ isSubmitting }) => {
|
||||||
type="button"
|
type="button"
|
||||||
buttonSize="M"
|
buttonSize="M"
|
||||||
buttonType="secondary"
|
buttonType="secondary"
|
||||||
onClick={() => append({ name: '', value: '' })}
|
onClick={() =>
|
||||||
|
append({ name: '', value: '' }, { shouldFocus: false })
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<PlusIcon />
|
<PlusIcon />
|
||||||
Add Custom Parameter
|
Add Custom Parameter
|
||||||
|
|
Loading…
Add table
Reference in a new issue