Commit cfa317a
committed
fix: prevent redirect when navigating to retrieval-check
The diagnostics page was redirecting to /logs when clicking "Check Retrieval"
from the Files context menu. This happened because the redirect logic fired
too early, before the full route was available.
Fixed by checking the complete URL path before redirecting.1 parent 93ba7f4 commit cfa317a
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | | - | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments