Skip to content

Commit

Permalink
inputbar correct length
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Dec 24, 2023
1 parent 50ec0cb commit 3a5fb6c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions front/components/assistant/TryAssistantModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ export function TryAssistantModal({
conversationId={conversation.sId}
onStickyMentionsChange={setStickyMentions}
/>
<FixedAssistantInputBar
owner={owner}
onSubmit={handleSubmit}
stickyMentions={stickyMentions}
conversationId={conversation.sId}
/>{" "}
<div className="lg:[&>*]:left-0">
<FixedAssistantInputBar
owner={owner}
onSubmit={handleSubmit}
stickyMentions={stickyMentions}
conversationId={conversation.sId}
/>
</div>
</GenerationContextProvider>
)}
{conversation && "errorMessage" in conversation && (
Expand Down

0 comments on commit 3a5fb6c

Please sign in to comment.