mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Missing select icon (#3171)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'@gitbook/react-openapi': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Missing select icon
|
||||||
@@ -98,6 +98,7 @@ export function OpenAPIResponses(props: {
|
|||||||
state.setKey(key);
|
state.setKey(key);
|
||||||
}}
|
}}
|
||||||
groups={groups}
|
groups={groups}
|
||||||
|
selectIcon={context.icons.chevronRight}
|
||||||
selectStateKey={createStateKey('response-media-types', context.blockKey)}
|
selectStateKey={createStateKey('response-media-types', context.blockKey)}
|
||||||
/>
|
/>
|
||||||
</StaticSection>
|
</StaticSection>
|
||||||
|
|||||||
Reference in New Issue
Block a user