mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-23 07:26:40 +08:00
fix: file type not support
This commit is contained in:
@ -225,7 +225,6 @@ const Main: FC<IMainProps> = () => {
|
||||
(async () => {
|
||||
try {
|
||||
const [conversationData, appParams] = await Promise.all([fetchConversations(), fetchAppParams()])
|
||||
|
||||
// handle current conversation id
|
||||
const { data: conversations, error } = conversationData as { data: ConversationItem[]; error: string }
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user