mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 05:57:54 +00:00
fix action default
This commit is contained in:
parent
3030b8d476
commit
c64d88d8b5
@ -64,8 +64,9 @@ export class HuiActionEditor extends LitElement {
|
||||
slot="dropdown-content"
|
||||
.selected="${this.actions.indexOf(this._action)}"
|
||||
>
|
||||
<paper-item></paper-item>
|
||||
${this.actions.map((action) => {
|
||||
return html` <paper-item>${action}</paper-item> `;
|
||||
return html`<paper-item>${action}</paper-item>`;
|
||||
})}
|
||||
</paper-listbox>
|
||||
</paper-dropdown-menu>
|
||||
|
Loading…
x
Reference in New Issue
Block a user