mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Remove toggles from ha-icon-button (#24331)
This commit is contained in:
@@ -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"}`
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user