diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-07-31 18:12:30 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-07-31 18:12:30 -0400 |
commit | 4cf3a327b7e69bf0559dda846d49b6ad8d4673c7 (patch) | |
tree | 57196a2df12ba56ea9397a73fe7955fc9804a2e9 /src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | |
parent | b42bfb6cb8d4d2355fae4fe628c6bf5cca4b084a (diff) |
GPT template generation
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
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(){ |