mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Hide integration logo on device page when load error occurs (#22357)
This commit is contained in:
parent
f8b3a429c6
commit
08633c197b
@ -348,6 +348,8 @@ export class HaConfigDevicePage extends LitElement {
|
||||
})}
|
||||
crossorigin="anonymous"
|
||||
referrerpolicy="no-referrer"
|
||||
@error=${this._onImageError}
|
||||
@load=${this._onImageLoad}
|
||||
/>
|
||||
|
||||
${domainToName(this.hass.localize, integration.domain)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user