(apiKey: string)
| 32 | }; |
| 33 | |
| 34 | const handleApiKeySubmit = (apiKey: string) => { |
| 35 | localStorage.setItem("openai_key", apiKey); |
| 36 | setIsApiKeyDialogOpen(false); |
| 37 | }; |
| 38 | |
| 39 | return ( |
| 40 | <header className="border-b-[3px] border-primary"> |
nothing calls this directly
no outgoing calls
no test coverage detected