mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Fix bad merge
This commit is contained in:
parent
168e26aeb4
commit
10a62ca17c
@ -84,6 +84,7 @@ export class HaDateRangePicker extends LitElement {
|
|||||||
slot="ranges"
|
slot="ranges"
|
||||||
class="date-range-ranges"
|
class="date-range-ranges"
|
||||||
.dir=${this._rtlDirection}
|
.dir=${this._rtlDirection}
|
||||||
|
>
|
||||||
<mwc-list @request-selected=${this._setDateRange}>
|
<mwc-list @request-selected=${this._setDateRange}>
|
||||||
${Object.entries(this.ranges).map(
|
${Object.entries(this.ranges).map(
|
||||||
([name, dates]) => html`<mwc-list-item
|
([name, dates]) => html`<mwc-list-item
|
||||||
|
Loading…
x
Reference in New Issue
Block a user