diff options
author | bobzel <zzzman@gmail.com> | 2025-03-17 01:35:46 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-17 01:35:46 -0400 |
commit | c54d3f4338d16c907273762758853a183b543630 (patch) | |
tree | 2aa249a51a8f7beae2b3768bb97b093fdd12c7ed /src/client/views/Main.tsx | |
parent | 9254c4ea7e633c4e1a5eefda9a9d8d2bbe61f6b1 (diff) |
hopefully last changes doc creator templates.
Diffstat (limited to 'src/client/views/Main.tsx')
-rw-r--r-- | src/client/views/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index b335432c9..660452d9d 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -102,7 +102,7 @@ FieldLoader.ServerLoadStatus = { requested: 0, retrieved: 0, message: 'cache' }; new PingManager(); new KeyManager(); new FaceRecognitionHandler(); - TemplateField.initField = TemplateFieldUtils.initField; // set the init function for fields + TemplateField.CreateField = TemplateFieldUtils.CreateField; // set the init function for fields // initialize plugins and classes that require plugins CollectionDockingView.Init(TabDocView); |