Fix health check link (#17828)
"Back to overview" would push the wrong url to the history, which would break things if you reloaded your page
This commit is contained in:
@@ -59,7 +59,7 @@ export class UmbDashboardHealthCheckGroupElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
override render() {
|
||||
return html` <a href="/section/settings/dashboard/health-check"> ← Back to overview </a>
|
||||
return html` <a href="section/settings/dashboard/health-check"> ← Back to overview </a>
|
||||
${this._group ? this.#renderGroup() : nothing}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user