Skip to content

Commit 706953f

Browse files
timmo001wendevlin
andauthored
Update src/dialogs/more-info/ha-more-info-dialog.ts
Co-authored-by: Wendelin <[email protected]>
1 parent 9fa4e05 commit 706953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialogs/more-info/ha-more-info-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class MoreInfoDialog extends ScrollableFadeMixin(LitElement) {
108108

109109
@state() private _parentEntityIds: string[] = [];
110110

111-
@query(".content") private _contentElement!: HTMLDivElement;
111+
@query(".content") private _contentElement?: HTMLDivElement;
112112

113113
@state() private _entityId?: string | null;
114114

0 commit comments

Comments
 (0)