Skip to content

Commit 66b9fbd

Browse files
authored
Fix view background config reference (#53802)
1 parent a406abf commit 66b9fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/panels/lovelace/editor/view-editor/hui-view-background-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class HuiViewBackgroundEditor extends LitElement {
165165
}
166166

167167
private _currentBackgroundImage(): string | undefined {
168-
const background = this._backgroundData(this._config);
168+
const background = this._backgroundData(this.config);
169169
return typeof background.image === "object"
170170
? background.image.media_content_id
171171
: background.image;

0 commit comments

Comments
 (0)