From 12bd4313d188c5da1a68c1c7dbc3f7a3d01ff0d0 Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Thu, 19 Dec 2024 05:40:21 -0500 Subject: simplified suggestedTemplates field by removing unecessary caching of rendered doc --- src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.tsx') 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(); -- cgit v1.2.3-70-g09d2