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"
|
||||
buttonSize="M"
|
||||
buttonType="secondary"
|
||||
onClick={() => append({ name: '', value: '' })}
|
||||
onClick={() =>
|
||||
append({ name: '', value: '' }, { shouldFocus: false })
|
||||
}
|
||||
>
|
||||
<PlusIcon />
|
||||
Add Custom Parameter
|
||||
|
|
Loading…
Add table
Reference in a new issue