From 0d0fbeb457523bbc53d7c2793b38475359dd70fd Mon Sep 17 00:00:00 2001 From: hustcc Date: Tue, 3 Sep 2024 14:21:32 +0800 Subject: [PATCH] fix: rename vis-chart to vis-db-chart --- web/components/chat/chat-content/config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {