mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix spinner regression and remove unnecessary twoline config (#8847)
This commit is contained in:
parent
4b1d7863f8
commit
2d15bd651e
@ -238,7 +238,6 @@ export class QuickBar extends LitElement {
|
|||||||
<mwc-list-item
|
<mwc-list-item
|
||||||
.twoline=${Boolean(item.altText)}
|
.twoline=${Boolean(item.altText)}
|
||||||
.item=${item}
|
.item=${item}
|
||||||
hasMeta
|
|
||||||
index=${ifDefined(index)}
|
index=${ifDefined(index)}
|
||||||
graphic="icon"
|
graphic="icon"
|
||||||
>
|
>
|
||||||
@ -268,10 +267,10 @@ export class QuickBar extends LitElement {
|
|||||||
private _renderCommandItem(item: CommandItem, index?: number) {
|
private _renderCommandItem(item: CommandItem, index?: number) {
|
||||||
return html`
|
return html`
|
||||||
<mwc-list-item
|
<mwc-list-item
|
||||||
.twoline=${Boolean(item.altText)}
|
|
||||||
.item=${item}
|
.item=${item}
|
||||||
index=${ifDefined(index)}
|
index=${ifDefined(index)}
|
||||||
class="command-item"
|
class="command-item"
|
||||||
|
hasMeta
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
<ha-chip
|
<ha-chip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user