Change view to null for unspecified attributes.

This commit is contained in:
Dermot Duffy
2022-04-08 19:54:58 -07:00
parent 9c372815f2
commit f20bd8202f
9 changed files with 109 additions and 94 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export class FrigateCardThumbnail extends LitElement {
?.evolve({
view: 'timeline',
target: this.target,
childIndex: this.childIndex,
childIndex: this.childIndex ?? null,
context: {},
})
.dispatchChangeEvent(this);