Skip to content

Commit

Permalink
fix(boxai-sidebar): Pass missing isFeedbackEnabled prop
Browse files Browse the repository at this point in the history
To IntelligenceModal component, so both chats have the same options
  • Loading branch information
jankowiakdawid authored and kkuliczkowski-box committed Feb 12, 2025
1 parent c604547 commit 13b839c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elements/content-sidebar/BoxAISidebarContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function BoxAISidebarContent(props: ApiWrapperProps) {
getAIStudioAgents={getAIStudioAgents}
hostAppName={hostAppName}
isAIStudioAgentSelectorEnabled={isAIStudioAgentSelectorEnabled}
isFeedbackEnabled={isFeedbackEnabled}
isResetChatEnabled={isResetChatEnabled}
isStopResponseEnabled={isStopResponseEnabled}
items={items}
Expand Down

0 comments on commit 13b839c

Please sign in to comment.