mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +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"
|
||||
class="date-range-ranges"
|
||||
.dir=${this._rtlDirection}
|
||||
>
|
||||
<mwc-list @request-selected=${this._setDateRange}>
|
||||
${Object.entries(this.ranges).map(
|
||||
([name, dates]) => html`<mwc-list-item
|
||||
|
Loading…
x
Reference in New Issue
Block a user