diff --git a/src/components/live/live.ts b/src/components/live/live.ts index fd478d29..fe075223 100644 --- a/src/components/live/live.ts +++ b/src/components/live/live.ts @@ -76,7 +76,7 @@ export class FrigateCardLive extends LitElement { @property({ attribute: false }) public nonOverriddenLiveConfig?: LiveConfig; - @property({ attribute: false }>) + @property({ attribute: false }) public overriddenLiveConfig?: LiveConfig; @property({ attribute: false, hasChanged: contentsChanged })