File tree Expand file tree Collapse file tree
packages/docusaurus-theme-openapi-docs/src/theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
55 "editor.formatOnSave" : true ,
66 "editor.codeActionsOnSave" : {
7- "source.fixAll.eslint" : " explicit "
7+ "source.fixAll.eslint" : true
88 }
99 },
1010 "[typescript]" : {
1111 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
1212 "editor.formatOnSave" : true ,
1313 "editor.codeActionsOnSave" : {
14- "source.fixAll.eslint" : " explicit "
14+ "source.fixAll.eslint" : true
1515 }
1616 },
1717 "[typescriptreact]" : {
1818 "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
1919 "editor.formatOnSave" : true ,
2020 "editor.codeActionsOnSave" : {
21- "source.fixAll.eslint" : " explicit "
21+ "source.fixAll.eslint" : true
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ function TabList({
5454 const acceptTypeVal = useTypedSelector (
5555 ( state : RootState ) => state . accept . value
5656 ) ;
57+
5758 useEffect ( ( ) => {
5859 if ( tabRefs . length > 1 ) {
5960 if ( isRequestSchema ) {
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 * ========================================================================== */
77
8- /* ============================================================================
9- * Copyright (c) Palo Alto Networks
10- *
11- * This source code is licensed under the MIT license found in the
12- * LICENSE file in the root directory of this source tree.
13- * ========================================================================== */
14-
158import React from "react" ;
169
1710interface ParamDetailsProps {
Original file line number Diff line number Diff line change 55 * LICENSE file in the root directory of this source tree.
66 * ========================================================================== */
77
8- /* ============================================================================
9- * Copyright (c) Palo Alto Networks
10- *
11- * This source code is licensed under the MIT license found in the
12- * LICENSE file in the root directory of this source tree.
13- * ========================================================================== */
14-
158import React from "react" ;
169
1710interface RequestBodyDetailsProps {
You can’t perform that action at this time.
0 commit comments