Skip to content

Commit

Permalink
fix: re-add the groupId prop for the API request tabs component.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 2, 2022
1 parent e038762 commit 3846ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/ApiRequest/index.tsx
Expand Up @@ -64,7 +64,7 @@ http ${verbUpper} \\
).trim()

return (
<Tabs>
<Tabs groupId="api-request">
<TabItem value="http" label="HTTP">
<CodeBlock language="http" title={title}>
{httpBlock}
Expand Down

0 comments on commit 3846ad8

Please sign in to comment.