Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFan626 committed Nov 1, 2023
2 parents 4cf5724 + 7b5554f commit de95fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat2db-client/src/components/ImportConnection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const ImportConnection: React.FC<IImportConnectionProps> = ({ open, onClose, onC
message.success(`${selectedFile.name} 导入数据源成功`);
onConfirm && onConfirm();
} else {
message.error(`${selectedFile.name} 导入数据源是吧`);
message.error(`${selectedFile.name} 导入数据源失败`);
}
} catch (error) {
message.error(`Error: ${error}`);
Expand Down

0 comments on commit de95fcf

Please sign in to comment.