This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Commit b9d907f
batches: Fix multiple tabs racing for URL query state (#40857)
After switching back to wildcard tabs, it was forgotten that before those components would not render at the same time. This causes two issues:
- Going to the bulp operations tab doesn't reload so it's unclear where the bulk operation went (noticed that while debugging)
- The Bulk operations, Executions and Changesets tabs will all three race for the `visible` (and other, likely) URL query param and keep updating it, leading to an infinite loop of updates until Chrome prevents the loop.1 parent 844e1de commit b9d907f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments