quick nit

This commit is contained in:
pablodanswer 2025-01-25 17:17:50 -08:00 committed by Evan Lohn
parent 7d494cd65e
commit f14b282f0f

View File

@ -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 ${