mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: re-add the groupId prop for the API request tabs component.
This commit is contained in:
parent
e03876286c
commit
3846ad8252
@ -64,7 +64,7 @@ http ${verbUpper} \\
|
||||
).trim()
|
||||
|
||||
return (
|
||||
<Tabs>
|
||||
<Tabs groupId="api-request">
|
||||
<TabItem value="http" label="HTTP">
|
||||
<CodeBlock language="http" title={title}>
|
||||
{httpBlock}
|
||||
|
Loading…
Reference in New Issue
Block a user