We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2afad commit 9e6954dCopy full SHA for 9e6954d
components/Chatbar/components/ChatbarSettings.tsx
@@ -59,7 +59,7 @@ export const ChatbarSettings = () => {
59
onClick={() => setIsSettingDialog(true)}
60
/>
61
62
- {/*<QueryUrl api={api} onApiChange={handleApiChange} />*/}
+ <QueryUrl api={api} onApiChange={handleApiChange} />
63
64
{/*<Key apiKey={apiKey} onApiKeyChange={handleApiKeyChange} />*/}
65
0 commit comments