Fix(API): remove cursor in API HTTP methods field (#1512)

Fixes: #1249 
Co-authored-by: Yedoti Sumanth <sumanthyedoti@redd.in>
This commit is contained in:
Sumanth Yedoti 2020-11-02 20:33:46 +05:30 committed by GitHub
parent da8ab92803
commit a7ecfd0a6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,7 @@ const ApiEditorForm: React.FC<Props> = (props: Props) => {
name="actionConfiguration.httpMethod"
className="t--apiFormHttpMethod"
options={HTTP_METHOD_OPTIONS}
isSearchable={false}
/>
<DatasourceWrapper className="t--dataSourceField">
<EmbeddedDatasourcePathField