Skip to content

Commit 9b05426

Browse files
committed
fix(web): add missing timeline test prop
1 parent 61d72c7 commit 9b05426

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/components/chat/MessagesTimeline.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ describe("MessagesTimeline", () => {
176176
onRevertUserMessage={() => {}}
177177
isRevertingCheckpoint={false}
178178
onImageExpand={() => {}}
179+
activeThreadEnvironmentId={ACTIVE_THREAD_ENVIRONMENT_ID}
179180
markdownCwd={undefined}
180181
resolvedTheme="light"
181182
timestampFormat="locale"

0 commit comments

Comments
 (0)