Commit 96a7068
fix(perf): Fix project lookup when multiple projects selected
eventView.project is a number array. Using a template literal on the
whole array produces "1,2" with multiple projects, which never matches
any project ID. Use the first element instead, matching the pattern in
useEventViewProject.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 473e6b1 commit 96a7068
File tree
2 files changed
+2
-2
lines changed- static/app/views/performance/eap
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments