From e62f51bacace3d91f388202135426445721097cc Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Sun, 11 May 2025 16:52:17 -0400 Subject: menubutton component --- src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts index 10724c9f7..7ff521f18 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Template.ts @@ -81,7 +81,7 @@ export class Template { isValidTemplate = (cols: Col[]) => { const maxMatches = this.maxMatches(this.getMatches(cols)); - return maxMatches === this.contentFields.length; + return maxMatches === this.contentFields.length && this.title !== 'template_framework'; }; applyConditionalLogicToField = (field: TemplateField) => { -- cgit v1.2.3-70-g09d2