Skip to content

Commit

Permalink
pretification
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed May 28, 2024
1 parent b26aea1 commit 65c7a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/identity/administration/OffboardingWizard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const OffboardingWizard = () => {
>
<h5 className="mb-0">Selected User:</h5>
<span>
{users.find((x) => x.userPrincipalName === user.value)
{users.Results?.find((x) => x.userPrincipalName === user.value)
.onPremisesSyncEnabled === true ? (
<CTooltip content="This user is AD sync enabled, offboarding will fail for some steps">
<FontAwesomeIcon
Expand Down

0 comments on commit 65c7a36

Please sign in to comment.