dot notation for path property of ha-svg-icon (#7197)

This commit is contained in:
Tomasz
2020-10-05 19:51:14 +02:00
committed by GitHub
parent 3940606167
commit 5971aee02e
41 changed files with 71 additions and 68 deletions

View File

@@ -260,7 +260,7 @@ export class HaScriptEditor extends LitElement {
dirty: this._dirty,
})}
>
<ha-svg-icon slot="icon" path=${mdiContentSave}></ha-svg-icon>
<ha-svg-icon slot="icon" .path=${mdiContentSave}></ha-svg-icon>
</mwc-fab>
</hass-tabs-subpage>
`;