diff --git a/web/src/views/ApplicationConfig/components/Chat.tsx b/web/src/views/ApplicationConfig/components/Chat.tsx index 4eeae0a0..70194650 100644 --- a/web/src/views/ApplicationConfig/components/Chat.tsx +++ b/web/src/views/ApplicationConfig/components/Chat.tsx @@ -1,8 +1,8 @@ /* * @Author: ZhaoYing * @Date: 2026-02-03 16:27:39 - * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-03 16:27:39 + * @Last Modified by: ZhaoYing + * @Last Modified time: 2026-02-09 10:52:55 */ /** * Chat debugging component for application testing @@ -424,9 +424,9 @@ const Chat: FC = ({ chatList, data, updateChatList, handleSave, sourc } { setQuery(prev => ({...prev, type: value})) } - const handleImport = () => { - uploadWorkflowModalRef.current?.handleOpen() - } + // const handleImport = () => { + // uploadWorkflowModalRef.current?.handleOpen() + // } return ( <> @@ -111,9 +111,9 @@ const ApplicationManagement: React.FC = () => { - + */}