mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
system title (#526)
This commit is contained in:
@@ -92,6 +92,8 @@ const MessageInput = ({
|
||||
);
|
||||
} catch (error) {
|
||||
setFileList((state) => state.filter((item) => item.id !== file.id));
|
||||
console.log(error);
|
||||
|
||||
toast({
|
||||
status: 'error',
|
||||
title: t('common.Upload File Failed')
|
||||
|
Reference in New Issue
Block a user