We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1071f16 commit 5255c71Copy full SHA for 5255c71
src/elements/content-sidebar/BoxAISidebarContent.tsx
@@ -34,7 +34,7 @@ const MARK_NAME_JS_READY: string = `${ORIGIN_BOXAI_SIDEBAR}_${EVENT_JS_READY}`;
34
35
mark(MARK_NAME_JS_READY);
36
37
-function BoxAISidebarContent(props: ApiWrapperWithInjectedProps) {
+function BoxAISidebarContent(props: ApiWrapperWithInjectedProps & { shouldShowLandingPage: boolean }) {
38
const {
39
createSession,
40
encodedSession,
0 commit comments