Browse Source

.

pull/2/head
김지은 2 years ago
parent
commit
84570e91b9
  1. 2
      src/containers/basis/group/BasisGroupDetailContainer.js
  2. 2
      src/modules/account/login/sagas/authSaga.ts

2
src/containers/basis/group/BasisGroupDetailContainer.js

@ -75,7 +75,7 @@ export const BasisGroupDetailContainer = () => {
const handlerWidthrow = () => {
setModal({
isOpen: true,
title: '삭제 확인',
title: '그룹삭제',
desc: '해당 그룹을 삭제 하시겠습니까?'
});
return;

2
src/modules/account/login/sagas/authSaga.ts

@ -200,7 +200,7 @@ function* userPwSaga(
yield put(
MessageActions.IS_ERROR({
errorCode: ERROR_MESSAGE.code,
errorMessage: '기존 비밀번호를 확인해 주세요',
errorMessage: '기존 비밀번호가 일치하지 않습니다.',
isHistoryBack: false,
isRefresh: false
})

Loading…
Cancel
Save