mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-07 02:18:07 +01:00
Fix config missing (#4825)
This commit is contained in:
@@ -48,7 +48,7 @@ export default function Config() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (window.editor) {
|
||||
if (document.getElementById('container').children.length > 0) {
|
||||
// we don't need to recreate the editor if it already exists
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user