mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-11 05:36:03 +02:00
quick nit
This commit is contained in:
@@ -789,10 +789,12 @@ export function ChatInputBar({
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center my-auto">
|
<div className="flex items-center my-auto">
|
||||||
|
{retrievalEnabled && (
|
||||||
<AgenticToggle
|
<AgenticToggle
|
||||||
proSearchEnabled={proSearchEnabled}
|
proSearchEnabled={proSearchEnabled}
|
||||||
setProSearchEnabled={setProSearchEnabled}
|
setProSearchEnabled={setProSearchEnabled}
|
||||||
/>
|
/>
|
||||||
|
)}
|
||||||
<button
|
<button
|
||||||
id="onyx-chat-input-send-button"
|
id="onyx-chat-input-send-button"
|
||||||
className={`cursor-pointer ${
|
className={`cursor-pointer ${
|
||||||
|
Reference in New Issue
Block a user