We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839b681 commit 5c0cdf5Copy full SHA for 5c0cdf5
src/Umbraco.Web.UI.Client/src/packages/health-check/views/health-check-group.element.ts
@@ -59,7 +59,7 @@ export class UmbDashboardHealthCheckGroupElement extends UmbLitElement {
59
}
60
61
override render() {
62
- 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>
63
${this._group ? this.#renderGroup() : nothing}`;
64
65
0 commit comments