This commit is contained in:
imccyu
2026-07-31 14:02:34 +08:00
committed by imccyu
parent b8b5403f0a
commit f5680ffabe

View File

@@ -287,7 +287,7 @@ describe('DetailsPanel diff Output section', () => {
phase: 'ready', phase: 'ready',
}) })
const workspaces = createSnapshotStore<WorkspaceListState>({ const workspaces = createSnapshotStore<WorkspaceListState>({
items: [], state: 'idle', phase: 'ready', error: null, items: [], archivedSessionIds: [], state: 'idle', phase: 'ready', error: null,
baselinesReady: true, recentWorkspaceId: undefined, baselinesReady: true, recentWorkspaceId: undefined,
}) })
return render( return render(