1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix menu not opening options (#25162)

This commit is contained in:
Simon Lamon
2025-04-24 20:20:11 +02:00
committed by GitHub
parent e2bd464001
commit 14f4120926

View File

@@ -19,7 +19,7 @@ export class HaMdButtonMenu extends LitElement {
@property({ type: Boolean, attribute: "has-overflow" }) public hasOverflow =
false;
@query("ha-menu", true) private _menu!: HaMdMenu;
@query("ha-md-menu", true) private _menu!: HaMdMenu;
public get items() {
return this._menu.items;