mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Fix addon slug (#10693)
This commit is contained in:
parent
ed291b57d0
commit
5fd4315789
@ -274,7 +274,7 @@ class UpdateAvailableCard extends LitElement {
|
||||
try {
|
||||
const content = await fetchHassioAddonChangelog(
|
||||
this.hass,
|
||||
this._updateType!
|
||||
this.addonSlug!
|
||||
);
|
||||
this._changelogContent = extractChangelog(this._addonInfo, content);
|
||||
} catch (err) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user