From a67589d5db001e9bf96a32f8b8b4090543cd198d Mon Sep 17 00:00:00 2001 From: twwu Date: Thu, 28 Aug 2025 17:25:26 +0800 Subject: [PATCH] feat: add title property to DataSourceDefaultValue type in block-selector --- web/app/components/workflow/block-selector/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/workflow/block-selector/types.ts b/web/app/components/workflow/block-selector/types.ts index 60aa8b2420..a5eefe7095 100644 --- a/web/app/components/workflow/block-selector/types.ts +++ b/web/app/components/workflow/block-selector/types.ts @@ -45,6 +45,7 @@ export type DataSourceDefaultValue = { provider_name: string datasource_name: string datasource_label: string + title: string } export type ToolValue = {