Api form on submit (#3225)
This commit is contained in:
parent
5808620716
commit
1f7fc9c0ed
|
|
@ -292,6 +292,7 @@ const ApiEditorForm: React.FC<Props> = (props: Props) => {
|
|||
text="Run"
|
||||
tag="button"
|
||||
size={Size.medium}
|
||||
type="button"
|
||||
onClick={() => {
|
||||
onRunClick();
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user