From d319fcc234c3ed71d56dcc6822a0fd0bdbb5d111 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 29 Dec 2025 15:41:13 +0800 Subject: [PATCH] Update web/app/components/app/configuration/config-var/index.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/app/components/app/configuration/config-var/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/configuration/config-var/index.tsx b/web/app/components/app/configuration/config-var/index.tsx index 994f53b1d6..8c4c57b934 100644 --- a/web/app/components/app/configuration/config-var/index.tsx +++ b/web/app/components/app/configuration/config-var/index.tsx @@ -34,7 +34,7 @@ type ExternalDataToolParams = { type: string index: number name: string - config?: Record + config?: PromptVariable['config'] icon?: string icon_background?: string }