mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Fix menu not opening options (#25162)
This commit is contained in:
parent
e2bd464001
commit
14f4120926
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user