Api form on submit (#3225)

This commit is contained in:
Hetu Nandu 2021-02-26 14:52:11 +05:30 committed by GitHub
parent 5808620716
commit 1f7fc9c0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,6 +292,7 @@ const ApiEditorForm: React.FC<Props> = (props: Props) => {
text="Run"
tag="button"
size={Size.medium}
type="button"
onClick={() => {
onRunClick();
}}