diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-12-19 05:40:21 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-12-19 05:40:21 -0500 |
commit | 12bd4313d188c5da1a68c1c7dbc3f7a3d01ff0d0 (patch) | |
tree | b1e38d7a3669bc384ef2283a6e3c0a44ab6d52b9 /src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | |
parent | f02559f86c339d069743590bcac0c6d5407ecba8 (diff) |
simplified suggestedTemplates field by removing unecessary caching of rendered doc
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx index 9ebec9144..7515a39be 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx @@ -45,6 +45,7 @@ export class Template { } getRenderedDoc = () => { + console.log('called'); const doc: Doc = this.doc; this.contentFields.forEach(field => { const title: string = field.getTitle(); |