fix(core): update
This commit is contained in:
parent
1743490a26
commit
21bcdb2e01
@ -109,7 +109,7 @@ export class WccSidebar extends LitElement {
|
|||||||
const item = this.dashboardRef.pages[pageName];
|
const item = this.dashboardRef.pages[pageName];
|
||||||
return html`
|
return html`
|
||||||
<div
|
<div
|
||||||
class="selectOption ${this.selectedItem === item ? 'selected' : console.log('hi')}"
|
class="selectOption ${this.selectedItem === item ? 'selected' : null}"
|
||||||
@click=${async () => {
|
@click=${async () => {
|
||||||
const domtools = await plugins.deesDomtools.DomTools.setupDomTools();
|
const domtools = await plugins.deesDomtools.DomTools.setupDomTools();
|
||||||
this.selectItem('page', item);
|
this.selectItem('page', item);
|
||||||
|
Loading…
Reference in New Issue
Block a user