fix(web): break circular links in DegradedProjectState

Both "Back to project" and "Open dashboard view" linked to
projectDashboardPath(projectId) — the same page the component is
rendered on. Replace with working navigation:

- "Back to project" → "/" (global dashboard)
- "Open dashboard view" → "/projects/{id}/settings" (edit config)

Fixes #1867
This commit is contained in:
i-trytoohard 2026-05-15 09:57:09 +00:00
parent e6ad078d7a
commit 1e80d46738

Diff Content Not Available