File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import Sidebar from "./components/Sidebar";
4545import ToolsTab from "./components/ToolsTab" ;
4646import { DEFAULT_INSPECTOR_CONFIG } from "./lib/constants" ;
4747import { InspectorConfig } from "./lib/configurationTypes" ;
48- import { getMCPProxyAddress } from "./utils/configUtils" ;
48+ import { getMCPProxyAddress , getMCPServerRequestTimeout } from "./utils/configUtils" ;
4949import { useToast } from "@/hooks/use-toast" ;
5050
5151const params = new URLSearchParams ( window . location . search ) ;
@@ -118,7 +118,7 @@ const App = () => {
118118 } ) ;
119119
120120 const [ headerName , setHeaderName ] = useState < string > ( ( ) => {
121- return localStorage . getItem ( "lastHeaderName" ) || "Authorization " ;
121+ return localStorage . getItem ( "lastHeaderName" ) || "" ;
122122 } ) ;
123123
124124 const [ pendingSampleRequests , setPendingSampleRequests ] = useState <
You can’t perform that action at this time.
0 commit comments