feature/IO-3499-React-19: Bug Fixes / Checkpoint
This commit is contained in:
@@ -161,9 +161,8 @@ export function* updateUserDetails(userDetails) {
|
||||
const updatedDetails = yield updateCurrentUser(userDetails.payload);
|
||||
|
||||
yield put(updateUserDetailsSuccess(updatedDetails));
|
||||
notification.open({
|
||||
type: "success",
|
||||
message: i18next.t("profile.successes.updated")
|
||||
notification.success({
|
||||
title: i18next.t("profile.successes.updated")
|
||||
});
|
||||
} catch {
|
||||
//yield put(signOutFailure(error.message));
|
||||
|
||||
Reference in New Issue
Block a user