diff --git a/web/components/chat/chat-content/config.tsx b/web/components/chat/chat-content/config.tsx index b88246e4f..990a18960 100644 --- a/web/components/chat/chat-content/config.tsx +++ b/web/components/chat/chat-content/config.tsx @@ -89,7 +89,7 @@ const codeComponents = { return ; } }, - 'vis-chart': ({ className, children }) => { + 'vis-db-chart': ({ className, children }) => { const content = String(children); const lang = className?.replace('language-', '') || 'javascript'; try {