mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
Changed label on response sample media type dropdown to be more informative
This commit is contained in:
parent
c6b7d567d9
commit
c4267f5ae6
|
@ -43,7 +43,7 @@ export class MediaTypesSwitch extends React.Component<MediaTypesSwitchProps> {
|
|||
const Wrapper = ({ children }) =>
|
||||
this.props.withLabel ? (
|
||||
<DropdownWrapper>
|
||||
<DropdownLabel>Content type</DropdownLabel>
|
||||
<DropdownLabel>Content Type / Accept</DropdownLabel>
|
||||
{children}
|
||||
</DropdownWrapper>
|
||||
) : (
|
||||
|
|
Loading…
Reference in New Issue
Block a user