Skip to content

Commit 112f583

Browse files
itamargolanclaude
andauthored
[OPIK-5758] [FE] fix: persist eval suite experiment state across page refresh (#6158)
Remove experimentByPromptId from the localStorage exclusion list so the prompt-to-experiment mapping survives page refresh, aligning eval suite persistence with regular dataset playground runs. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6abccc2 commit 112f583

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/opik-frontend/src/store/PlaygroundStore.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ const usePlaygroundStore = create<PlaygroundStore>()(
445445
progressPhase,
446446
progressTotal,
447447
progressCompleted,
448-
experimentByPromptId,
449448
isRunning,
450449
isRunningMap,
451450
...rest

0 commit comments

Comments
 (0)