Missing select icon (#3171)

This commit is contained in:
Nolann B.
2025-04-18 16:26:59 +02:00
committed by GitHub
parent 0df3849ea2
commit ebc39e9db9
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@gitbook/react-openapi': patch
---
Missing select icon
@@ -98,6 +98,7 @@ export function OpenAPIResponses(props: {
state.setKey(key);
}}
groups={groups}
selectIcon={context.icons.chevronRight}
selectStateKey={createStateKey('response-media-types', context.blockKey)}
/>
</StaticSection>