Change view to null for unspecified attributes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user