From c4267f5ae64c5f1c785088b0a3aa70f316f35714 Mon Sep 17 00:00:00 2001 From: goodyguts Date: Sun, 22 Nov 2020 02:26:30 +0000 Subject: [PATCH] Changed label on response sample media type dropdown to be more informative --- src/components/MediaTypeSwitch/MediaTypesSwitch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MediaTypeSwitch/MediaTypesSwitch.tsx b/src/components/MediaTypeSwitch/MediaTypesSwitch.tsx index 36bb384c..f31b77a3 100644 --- a/src/components/MediaTypeSwitch/MediaTypesSwitch.tsx +++ b/src/components/MediaTypeSwitch/MediaTypesSwitch.tsx @@ -43,7 +43,7 @@ export class MediaTypesSwitch extends React.Component { const Wrapper = ({ children }) => this.props.withLabel ? ( - Content type + Content Type / Accept {children} ) : (