Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fix: wrong response field is used (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinHsu authored Mar 29, 2022
1 parent 54f20b4 commit 719e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/system/optiontabs/SmtpTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
apiClient.mail
.testSmtpService(this.mailParam)
.then(response => {
this.$message.info(response.data)
this.$message.info(response.message)
})
.catch(() => {
this.sendErrored = true
Expand Down

0 comments on commit 719e3bd

Please sign in to comment.