You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipeline run failed. Check orchestrator logs for error details and troubleshooting steps.
13
13
</p>
14
14
<Buttonintent="danger"asChild>
15
-
<Linkto="#orchestrator-collapsible">Review</Link>
15
+
{/* React-Router seems to have issues with Hashes. There's the alternative of using react-router-hash-link, but I refrain for installing a new package for this single use case for now
16
+
*/}
17
+
<ahref="#orchestrator-collapsible">Review</a>
16
18
</Button>
17
19
</div>
18
20
</InfoBox>
@@ -27,7 +29,9 @@ function InitializingPanel() {
27
29
Pipeline run initializing. Check orchestrator URL and logs for real-time status updates.
28
30
</p>
29
31
<ButtonasChild>
30
-
<Linkto="#orchestrator-collapsible">Review</Link>
32
+
{/* React-Router seems to have issues with Hashes. There's the alternative of using react-router-hash-link, but I refrain for installing a new package for this single use case for now
0 commit comments