From 4cf3a327b7e69bf0559dda846d49b6ad8d4673c7 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:12:30 -0400 Subject: GPT template generation --- src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx index 7993cab28..411257ff7 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx @@ -551,7 +551,8 @@ export class DocCreatorMenu extends ObservableReactComponent<{}> { {width: 300, height: 300, x: -150, y: -100, title: 'image'}, {width: 200, height: 50, x: -100, y: -200, title: 'description'}, ] - this._dataViz?.createBasicTemplates(temps); + this._dataViz?.generateTemplates(); + //this._dataViz?.createBasicTemplates(temps); } get renderSelectedViewType(){ -- cgit v1.2.3-70-g09d2