mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed password reset button state in admin-x
refs https://github.com/TryGhost/Team/issues/3351 - the change password button label was not getting reset on saving
This commit is contained in:
parent
94882fd6c8
commit
3090fc6067
@ -349,6 +349,7 @@ const Password: React.FC<UserDetailProps> = ({user}) => {
|
||||
if (confirmNewPasswordRef.current) {
|
||||
confirmNewPasswordRef.current.value = '';
|
||||
}
|
||||
setSaveState('');
|
||||
return;
|
||||
}
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user