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