From 259aaed6bdb77872c40d5c1ea63af741eb52fd4c Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Mon, 12 May 2025 02:32:28 -0400 Subject: styleref working hackily --- .../views/nodes/DataVizBox/DocCreatorMenu/Backend/TemplateManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/Backend/TemplateManager.ts') diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Backend/TemplateManager.ts b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Backend/TemplateManager.ts index 760940127..6fcca7e30 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/Backend/TemplateManager.ts +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/Backend/TemplateManager.ts @@ -9,7 +9,7 @@ import { TemplateMenuAIUtils } from './TemplateMenuAIUtils'; export type Conditional = { field: string; - operator: '=' | '>' | '<'; + operator: '=' | '>' | '<' | 'contains'; condition: string; target: string; attribute: string; -- cgit v1.2.3-70-g09d2