Skip to content

Commit

Permalink
fix(ai-sidebar): Pass additional props to BoxAISidebarContent (#3820)
Browse files Browse the repository at this point in the history
* fix(ai-sidebar): Pass additional props to BoxAISidebarContent

* fix(ai-sidebar): set isOpen to fixed value
  • Loading branch information
karolinaru authored Jan 9, 2025
1 parent 200420d commit 6b26c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/elements/content-sidebar/BoxAISidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ const BoxAISidebar = (props: BoxAISidebarProps) => {
value={{ cache, contentName, elementId, isStopResponseEnabled, setCacheValue, recordAction, userInfo }}
>
<BoxAISidebarContent
getSuggestedQuestions={getSuggestedQuestions}
isOpen
isStopResponseEnabled={isStopResponseEnabled}
itemID={fileID}
itemIDs={[fileID]}
Expand Down

0 comments on commit 6b26c64

Please sign in to comment.