mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix Mobile Entity Registry Delete Button (#4591)
This commit is contained in:
parent
74c6b9077a
commit
db9924bd87
@ -315,7 +315,7 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
|
||||
<paper-icon-button
|
||||
id="remove-btn"
|
||||
icon="hass:delete"
|
||||
@click=${this._disableSelected}
|
||||
@click=${this._removeSelected}
|
||||
></paper-icon-button>
|
||||
<paper-tooltip for="remove-btn">
|
||||
${this.hass.localize(
|
||||
|
Loading…
x
Reference in New Issue
Block a user