mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
Fix boolean and nullable attribute bindings (#19432)
This commit is contained in:
@@ -580,7 +580,7 @@ class DialogAddAutomationElement extends LitElement implements HassDialog {
|
||||
: html`<img
|
||||
alt=""
|
||||
slot="start"
|
||||
src=${item.image}
|
||||
src=${item.image!}
|
||||
crossorigin="anonymous"
|
||||
referrerpolicy="no-referrer"
|
||||
/>`}
|
||||
|
||||
Reference in New Issue
Block a user