mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Use the entityId in the legacy shopping cart (#20083)
This commit is contained in:
parent
fa6d8d0891
commit
097cba5c60
@ -469,7 +469,7 @@ export class HuiTodoListCard extends LitElement implements LovelaceCard {
|
|||||||
|
|
||||||
const item = this._getItem(ev.currentTarget.itemId);
|
const item = this._getItem(ev.currentTarget.itemId);
|
||||||
showTodoItemEditDialog(this, {
|
showTodoItemEditDialog(this, {
|
||||||
entity: this._config!.entity!,
|
entity: this._entityId!,
|
||||||
item,
|
item,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user