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";
45
45
import ToolsTab from "./components/ToolsTab" ;
46
46
import { DEFAULT_INSPECTOR_CONFIG } from "./lib/constants" ;
47
47
import { InspectorConfig } from "./lib/configurationTypes" ;
48
- import { getMCPProxyAddress } from "./utils/configUtils" ;
48
+ import { getMCPProxyAddress , getMCPServerRequestTimeout } from "./utils/configUtils" ;
49
49
import { useToast } from "@/hooks/use-toast" ;
50
50
51
51
const params = new URLSearchParams ( window . location . search ) ;
@@ -118,7 +118,7 @@ const App = () => {
118
118
} ) ;
119
119
120
120
const [ headerName , setHeaderName ] = useState < string > ( ( ) => {
121
- return localStorage . getItem ( "lastHeaderName" ) || "Authorization " ;
121
+ return localStorage . getItem ( "lastHeaderName" ) || "" ;
122
122
} ) ;
123
123
124
124
const [ pendingSampleRequests , setPendingSampleRequests ] = useState <
You can’t perform that action at this time.
0 commit comments