Skip to content

Commit 9e8065e

Browse files
fix(content-sidebar): fix box ai modal stop response (#3936)
1 parent 0a88f20 commit 9e8065e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elements/content-sidebar/BoxAISidebarContent.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ function BoxAISidebarContent(props: ApiWrapperProps) {
203203
recordAction={isModalOpen ? recordAction : undefined}
204204
showLoadingIndicator={false}
205205
stopPropagationOnEsc
206+
stopQuestion={stopQuestion}
206207
submitQuestion={sendQuestion}
207208
userInfo={userInfo}
208209
variant="collapsible"

0 commit comments

Comments
 (0)