Regression - Unable to view or edit user status on the Edit User panel of the admin (#18032)

pull/18007/head^2
pierre-lehnen-rc 5 years ago committed by GitHub
parent b8f447ef06
commit 14c6b9d3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      client/admin/users/EditUser.js

@ -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 }) {

Loading…
Cancel
Save