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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;