Skip to content

Commit ebc39e9

Browse files
authored
Missing select icon (#3171)
1 parent 0df3849 commit ebc39e9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/bright-glasses-add.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/react-openapi': patch
3+
---
4+
5+
Missing select icon

packages/react-openapi/src/OpenAPIResponses.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export function OpenAPIResponses(props: {
9898
state.setKey(key);
9999
}}
100100
groups={groups}
101+
selectIcon={context.icons.chevronRight}
101102
selectStateKey={createStateKey('response-media-types', context.blockKey)}
102103
/>
103104
</StaticSection>

0 commit comments

Comments
 (0)