correct method

This commit is contained in:
dmc
2024-01-24 19:20:41 +01:00
parent af088cfed6
commit 8f13e8c7c1

View File

@@ -52,7 +52,7 @@ customElements.define('system-status', class extends HTMLElement {
connectedCallback () {
this.root.addEventListener('click', (evt) => {
this.router.onclick(evt)
this.router.link(evt)
})
}