mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Fix config missing (#4825)
This commit is contained in:
parent
63260119fb
commit
e3ec292528
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user