1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-18 07:56:44 +01:00

Migrate statistics dialogs to wa (#29437)

* Migrate config-developer-tools dialog(s) to wa

* Add space

* Remove duplicate method, fix variant typo

* Restore closeDialog
This commit is contained in:
Aidan Timson
2026-02-11 10:01:45 +00:00
committed by GitHub
parent c6ecb5f217
commit 20bfe8b633
4 changed files with 122 additions and 117 deletions

View File

@@ -29,7 +29,6 @@ import type {
} from "../../../../components/data-table/ha-data-table";
import { showDataTableSettingsDialog } from "../../../../components/data-table/show-dialog-data-table-settings";
import "../../../../components/ha-button";
import "../../../../components/ha-dialog";
import "../../../../components/ha-dropdown";
import type { HaDropdownSelectEvent } from "../../../../components/ha-dropdown";
import "../../../../components/ha-dropdown-item";