Merge pull request #399 from dermotduffy/weird-id-problem

Fix stale config causing incorrect editor behavior
This commit is contained in:
Dermot Duffy
2022-02-19 11:07:03 -08:00
committed by GitHub
+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();
}
/**