Skip to content

Commit

Permalink
fix(admin-ui): smtp configuration test is failing #1209
Browse files Browse the repository at this point in the history
  • Loading branch information
jv18creator committed Jul 17, 2023
1 parent a2378fe commit 717e529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/plugins/smtp-management/redux/sagas/SmtpSaga.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function* getSmtpsSaga() {
}
}

export function* testSmtp(payload) {
export function* testSmtp({ payload }) {
try {

const stmpApi = yield* newFunction()
Expand Down

0 comments on commit 717e529

Please sign in to comment.