Skip to content

Commit

Permalink
fix(admin-ui): change password infinity loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Aug 17, 2022
1 parent c4a20b9 commit 07cea41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function userReducer(state = INIT_STATE, action) {
case CHANGE_USERS_PASSWORD_RESPONSE:
return {
...state,
loading: true,
loading: false,
}
case UPDATE_USER:
return {
Expand Down

0 comments on commit 07cea41

Please sign in to comment.