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