From 7fdd525dacb879115d8ae86736452270992f4861 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Sat, 2 May 2020 19:35:11 +0200 Subject: [PATCH] Don't show error on open of dialog (#5721) Fixes #4713 --- src/panels/config/person/dialog-person-detail.ts | 4 +++- src/panels/config/zone/dialog-zone-detail.ts | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/panels/config/person/dialog-person-detail.ts b/src/panels/config/person/dialog-person-detail.ts index 98ff7bbadb..13c957dea5 100644 --- a/src/panels/config/person/dialog-person-detail.ts +++ b/src/panels/config/person/dialog-person-detail.ts @@ -79,6 +79,7 @@ class DialogPersonDetail extends LitElement { ${this._error ? html`
${this._error}
` : ""}
${this._error}
` : ""}