Remove toggles from ha-icon-button (#24331)

This commit is contained in:
Wendelin
2025-02-20 12:14:40 +01:00
committed by GitHub
parent 9073282174
commit fb1ee2ed1d
5 changed files with 0 additions and 6 deletions

View File

@@ -40,7 +40,6 @@ export class HaCopyTextfield extends LitElement {
${this.maskedValue
? html`<ha-icon-button
class="toggle-unmasked"
toggles
.label=${this.hass.localize(
`ui.common.${this._showMasked ? "show" : "hide"}`
)}