mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 21:40:27 +00:00
Remove 'Pick script to edit' headline from script editor (#3873)
Fixes #3829
This commit is contained in:
committed by
Bram Kragten
parent
38bf2e116b
commit
476525e0d4
@@ -55,11 +55,7 @@ class HaScriptPicker extends LitElement {
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<ha-card
|
||||
header="${this.hass.localize(
|
||||
"ui.panel.config.script.picker.pick_script"
|
||||
)}"
|
||||
>
|
||||
<ha-card>
|
||||
${this.scripts.length === 0
|
||||
? html`
|
||||
<div class="card-content">
|
||||
|
||||
Reference in New Issue
Block a user