From 6dd983a0f812c92d47c0da146c872ecc2417f156 Mon Sep 17 00:00:00 2001 From: WDEP <128273529+WDEP-good@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:59:05 +0800 Subject: [PATCH] Fix the build packaging issue The packaging failed during build due to ts verification --- webapp/packages/chat-sdk/src/components/ChatMsg/Bar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/packages/chat-sdk/src/components/ChatMsg/Bar/index.tsx b/webapp/packages/chat-sdk/src/components/ChatMsg/Bar/index.tsx index 33e38bbc9..8b46dc6dc 100644 --- a/webapp/packages/chat-sdk/src/components/ChatMsg/Bar/index.tsx +++ b/webapp/packages/chat-sdk/src/components/ChatMsg/Bar/index.tsx @@ -32,7 +32,7 @@ type Props = { const BarChart: React.FC = ({ data, - question, + question="", triggerResize, loading, metricField,