diff --git a/src/components/ImportBtn/index.jsx b/src/components/ImportBtn/index.jsx index 57099d5..6e0f7ff 100644 --- a/src/components/ImportBtn/index.jsx +++ b/src/components/ImportBtn/index.jsx @@ -23,6 +23,7 @@ function ImportBtn(props) { if (file.file.status == 'done') { if (file.file.response.status == 20000) { setMsg(file.file.response?.message) + message.success(file.file.response?.message) } else { message.error(file.file.response?.message) }