From 25343ad05c22effc1f8815311bf896cdda1ef2ee Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Sat, 2 May 2020 17:22:07 +0200 Subject: [PATCH] Don't show error on open of dialog 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 98ff7bbadb16..13c957dea50a 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}
` : ""}