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,