1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Error log card migrate ha-md-menu to ha-dropdown (#29398)

* Migrate from ha-md-menu to ha-dropdown in error log card, scene dashboard, script picker, and refresh tokens card

* Fix setBoot
This commit is contained in:
Wendelin
2026-02-05 09:37:52 +01:00
committed by GitHub
parent ebff35d17f
commit cbae7d6e2f
4 changed files with 46 additions and 55 deletions

View File

@@ -55,8 +55,6 @@ import "../../../components/ha-filter-voice-assistants";
import "../../../components/ha-icon-button";
import "../../../components/ha-icon-overflow-menu";
import "../../../components/ha-md-divider";
import "../../../components/ha-md-menu";
import "../../../components/ha-md-menu-item";
import "../../../components/ha-sub-menu";
import "../../../components/ha-svg-icon";
import "../../../components/ha-tooltip";