mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-25 10:47:19 +00:00
dot notation for path property of ha-svg-icon (#7197)
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user