mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix config missing
This commit is contained in:
parent
ffd637cc0c
commit
7aeb65f6dd
@ -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