forked from tuvn86/webapp-conversation
fix: file type not support
This commit is contained in:
parent
9d2d092e9e
commit
9a7e1be35d
2 changed files with 3 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue