mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
make sure header is always shown in data entry flow (#25941)
This commit is contained in:
parent
6c8caccfec
commit
2fb86f118e
@ -286,7 +286,7 @@ class DataEntryFlowDialog extends LitElement {
|
|||||||
scrimClickAction
|
scrimClickAction
|
||||||
escapeKeyAction
|
escapeKeyAction
|
||||||
hideActions
|
hideActions
|
||||||
.heading=${dialogTitle}
|
.heading=${dialogTitle || true}
|
||||||
>
|
>
|
||||||
<ha-dialog-header slot="heading">
|
<ha-dialog-header slot="heading">
|
||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user