@@ -75,6 +75,54 @@ index f8f722f..ec0c117 100644
7575 onChange: (e) => {
7676 const val = e.target.value;
7777 dispatch(
78+ diff --git a/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/Response/index.js b/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/Response/index.js
79+ index 2f777ec..f3a22a2 100644
80+ --- a/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/Response/index.js
81+ +++ b/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/Response/index.js
82+ @@ -156,12 +156,14 @@ function Response({ item }) {
83+ {
84+ className:
85+ "openapi-explorer__response-placeholder-message",
86+ - },
87+ - (0, Translate_1.translate)({
88+ - id: translationIds_1.OPENAPI_RESPONSE.PLACEHOLDER,
89+ - message:
90+ - "Click the <code>Send API Request</code> button above and see the response here!",
91+ - })
92+ + dangerouslySetInnerHTML: {
93+ + __html: (0, Translate_1.translate)({
94+ + id: translationIds_1.OPENAPI_RESPONSE.PLACEHOLDER,
95+ + message:
96+ + "Click the <code>Send API Request</code> button above and see the response here!",
97+ + }),
98+ + },
99+ + }
100+ )
101+ )
102+ ),
103+ @@ -200,12 +202,16 @@ function Response({ item }) {
104+ )
105+ : react_1.default.createElement(
106+ "p",
107+ - { className: "openapi-explorer__response-placeholder-message" },
108+ - (0, Translate_1.translate)({
109+ - id: translationIds_1.OPENAPI_RESPONSE.PLACEHOLDER,
110+ - message:
111+ - "Click the <code>Send API Request</code> button above and see the response here!",
112+ - })
113+ + {
114+ + className: "openapi-explorer__response-placeholder-message",
115+ + dangerouslySetInnerHTML: {
116+ + __html: (0, Translate_1.translate)({
117+ + id: translationIds_1.OPENAPI_RESPONSE.PLACEHOLDER,
118+ + message:
119+ + "Click the <code>Send API Request</code> button above and see the response here!",
120+ + }),
121+ + },
122+ + }
123+ )
124+ )
125+ );
78126diff --git a/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/buildPostmanRequest.js b/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/buildPostmanRequest.js
79127index bcebb1c..ac03ec1 100644
80128--- a/node_modules/docusaurus-theme-openapi-docs/lib/theme/ApiExplorer/buildPostmanRequest.js
0 commit comments