Commit c55ea2e
fix(web): duplicate result warnings in results table
setAnalysisResults is called for each incoming result with all
accumulated results. Since seqNameDuplicatesAtom was never cleared,
the same index was appended repeatedly, causing false duplicate
warnings in the UI.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5b24411 commit c55ea2e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments