@@ -3,16 +3,16 @@ import { html, LitElement, nothing } from "lit";
33import { customElement , property , state } from "lit/decorators" ;
44import { fireEvent } from "../../../../../common/dom/fire_event" ;
55import { stopPropagation } from "../../../../../common/dom/stop_propagation" ;
6- import type { HassDialog } from "../../../../../dialogs/make-dialog-manager" ;
7- import { changeZHANetworkChannel } from "../../../../../data/zha" ;
8- import { showAlertDialog } from "../../../../../dialogs/generic/show-dialog-box" ;
9- import { createCloseHeading } from "../../../../../components/ha-dialog" ;
10- import type { HomeAssistant } from "../../../../../types" ;
116import "../../../../../components/buttons/ha-progress-button" ;
127import "../../../../../components/ha-alert" ;
138import "../../../../../components/ha-button" ;
14- import "../../../../../components/ha-select " ;
9+ import { createCloseHeading } from "../../../../../components/ha-dialog " ;
1510import "../../../../../components/ha-list-item" ;
11+ import "../../../../../components/ha-select" ;
12+ import { changeZHANetworkChannel } from "../../../../../data/zha" ;
13+ import { showAlertDialog } from "../../../../../dialogs/generic/show-dialog-box" ;
14+ import type { HassDialog } from "../../../../../dialogs/make-dialog-manager" ;
15+ import type { HomeAssistant } from "../../../../../types" ;
1616import type { ZHAChangeChannelDialogParams } from "./show-dialog-zha-change-channel" ;
1717
1818const VALID_CHANNELS = [
@@ -128,6 +128,7 @@ class DialogZHAChangeChannel extends LitElement implements HassDialog {
128128
129129 < ha-button
130130 slot ="secondaryAction "
131+ appearance ="plain "
131132 @click =${ this . closeDialog }
132133 .disabled =${ this . _migrationInProgress }
133134 > ${ this . hass . localize ( "ui.common.cancel" ) } </ ha-button
0 commit comments