Commit a5c4daa
authored
fix(trends): Fix default query reappearing in edge case (#22032)
There was an edge case where if you navigated from another performance tab and completely removed the query, it would reappear the first time. This fixes it so the query no longer reappears by fixing the default trends to be also ignored if someone came to the page with a query.1 parent 8ba5304 commit a5c4daa
File tree
1 file changed
+2
-1
lines changed- src/sentry/static/sentry/app/views/performance/trends
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
253 | | - | |
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
| |||
0 commit comments