Skip to content

Commit

Permalink
Regression - Unable to view or edit user status on the Edit User pane…
Browse files Browse the repository at this point in the history
…l of the admin (#18032)
  • Loading branch information
pierre-lehnen-rc authored Jun 24, 2020
1 parent b8f447e commit 14c6b9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/admin/users/EditUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const getInitialValue = (data) => ({
setRandomPassword: false,
requirePasswordChange: data.setRandomPassword || false,
customFields: data.customFields ?? {},
statusText: data.statusText ?? '',
});

export function EditUser({ data, roles, ...props }) {
Expand Down

0 comments on commit 14c6b9d

Please sign in to comment.