fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-26 19:18:14 +01:00
parent d51027d4be
commit 60e173b7be

View File

@ -359,9 +359,9 @@ export class WccProperties extends LitElement {
this.dashboardRef.buildUrl(); this.dashboardRef.buildUrl();
} }
public async performUpdate() { public async scheduleUpdate() {
await this.createProperties(); await this.createProperties();
super.performUpdate(); super.scheduleUpdate();
} }
public selectViewport(viewport: TEnvironment) { public selectViewport(viewport: TEnvironment) {