diff --git a/ts_web/elements/wcc-properties.ts b/ts_web/elements/wcc-properties.ts index 896d62d..1b67bf1 100644 --- a/ts_web/elements/wcc-properties.ts +++ b/ts_web/elements/wcc-properties.ts @@ -359,9 +359,9 @@ export class WccProperties extends LitElement { this.dashboardRef.buildUrl(); } - public async performUpdate() { + public async scheduleUpdate() { await this.createProperties(); - super.performUpdate(); + super.scheduleUpdate(); } public selectViewport(viewport: TEnvironment) {