Skip to content

Commit

Permalink
Merge pull request #488 from aws-samples/hubin-daily
Browse files Browse the repository at this point in the history
refactor: enable chat in history detail page
  • Loading branch information
NingLu authored Dec 18, 2024
2 parents 333a731 + 27ea8ab commit ebeb71d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions source/portal/src/pages/chatbot/ChatBot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,9 @@ const ChatBot: React.FC<ChatBotProps> = (props: ChatBotProps) => {
)}
</div>

{historySessionId?(<></>):(<div className="flex-v gap-10">
{/* {historySessionId?(<></>): */}
{/* ( */}
<div className="flex-v gap-10">
<div className="flex gap-5 send-message">
<Select
options={chatbotList}
Expand Down Expand Up @@ -896,7 +898,8 @@ const ChatBot: React.FC<ChatBotProps> = (props: ChatBotProps) => {
</div>
</div>
</div>
</div>)}
</div>
{/* )} */}
</div>
</Container>
</ContentLayout>
Expand Down

0 comments on commit ebeb71d

Please sign in to comment.