Skip to content

Commit 5255c71

Browse files
feat(content-sidebar): added onUserInteraction prop to BoxAISidebar
1 parent 1071f16 commit 5255c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/content-sidebar/BoxAISidebarContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const MARK_NAME_JS_READY: string = `${ORIGIN_BOXAI_SIDEBAR}_${EVENT_JS_READY}`;
3434

3535
mark(MARK_NAME_JS_READY);
3636

37-
function BoxAISidebarContent(props: ApiWrapperWithInjectedProps) {
37+
function BoxAISidebarContent(props: ApiWrapperWithInjectedProps & { shouldShowLandingPage: boolean }) {
3838
const {
3939
createSession,
4040
encodedSession,

0 commit comments

Comments
 (0)