Allow views to have no selection.

This commit is contained in:
Dermot Duffy
2023-03-07 19:27:08 -08:00
parent 7f1fcf454e
commit 1851a563c0
5 changed files with 32 additions and 7 deletions
+1
View File
@@ -94,6 +94,7 @@ export class FrigateCardSurround extends LitElement {
{
targetView: this.view.view,
mediaType: this.fetchMedia,
select: 'latest',
},
);
}