공통 불러오는 코드 수정
This commit is contained in:
parent
40dd760700
commit
9007e60f26
@ -252,7 +252,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// 컬러, mbti, 비밀번호 힌트 목록 불러오기
|
// 컬러, mbti, 비밀번호 힌트 목록 불러오기
|
||||||
const { colorList, mbtiList, pwhintList } = commonApi();
|
const { colorList, mbtiList, pwhintList } = commonApi({
|
||||||
|
loadColor: true, colorType: 'YON',
|
||||||
|
loadMbti: true,
|
||||||
|
loadPwhint: true,
|
||||||
|
});
|
||||||
|
|
||||||
// 주소 업데이트 핸들러
|
// 주소 업데이트 핸들러
|
||||||
const handleAddressUpdate = (addressData) => {
|
const handleAddressUpdate = (addressData) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user