Skip to content

Commit

Permalink
Fix: Use correct TippingPoint credential in dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored Apr 21, 2023
2 parents c951a6e + 744532c commit bd2cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pages/alerts/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class AlertComponent extends React.Component {
: undefined;

const tp_sms_credential_id = isDefined(method.data.tp_sms_credential)
? getValue(method.data.tp_sms_credential.credential)
? getValue(method.data.tp_sms_credential)
: undefined;

const recipient_credential_id = isDefined(
Expand Down

0 comments on commit bd2cbf5

Please sign in to comment.