From: Stephen Smith Date: Thu, 31 Mar 2022 01:17:47 +0000 (-0400) Subject: 18559: Allow editing user fname/lname X-Git-Tag: 2.4.0~1^2~6 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/3b4d9c223bbbd3778063eda39b5bf633b4b47e30 18559: Allow editing user fname/lname Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views/user-profile-panel/user-profile-panel-root.tsx b/src/views/user-profile-panel/user-profile-panel-root.tsx index 6a3adb92..531d3bdb 100644 --- a/src/views/user-profile-panel/user-profile-panel-root.tsx +++ b/src/views/user-profile-panel/user-profile-panel-root.tsx @@ -228,16 +228,16 @@ export const UserProfilePanelRoot = withStyles(styles)( @@ -289,7 +289,6 @@ export const UserProfilePanelRoot = withStyles(styles)( name="prefs.profile.website_url" component={TextField as any} disabled={!this.props.isAdmin && !this.props.isSelf} - />