Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8492 from mmuzikar/openapi-select-class
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart authored May 18, 2020
2 parents c56a04c + aa15f9d commit 6f3db5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const OpenApiSelectMethod: React.FunctionComponent<IOpenApiSelectMethodPr
}
};
return (
<Stack>
<Stack className={'open-api-select-method'} data-testid={'openapi-select-method'}>
<StackItem>
<Split onClick={() => onSelectMethod(FILE)}>
<SplitItem>
Expand Down

0 comments on commit 6f3db5f

Please sign in to comment.