Fix stale config causing incorrect editor behavior

This commit is contained in:
Dermot Duffy
2022-02-19 11:03:51 -08:00
parent 8b8d871a0a
commit d985385ac7
+2 -2
View File
@@ -614,8 +614,8 @@ export class FrigateCard extends LitElement {
this._config = config;
this._cameras = undefined;
this._view = undefined;
this._changeView();
this._message = null;
this._generateConditionState();
}
/**