1
0
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:
Thomas Heartman 2022-04-02 16:27:20 +02:00
parent e03876286c
commit 3846ad8252

View File

@ -64,7 +64,7 @@ http ${verbUpper} \\
).trim() ).trim()
return ( return (
<Tabs> <Tabs groupId="api-request">
<TabItem value="http" label="HTTP"> <TabItem value="http" label="HTTP">
<CodeBlock language="http" title={title}> <CodeBlock language="http" title={title}>
{httpBlock} {httpBlock}