공통 불러오는 코드 수정

This commit is contained in:
yoon 2025-02-13 14:48:25 +09:00
parent 40dd760700
commit 9007e60f26

View File

@ -252,7 +252,11 @@
};
// , mbti,
const { colorList, mbtiList, pwhintList } = commonApi();
const { colorList, mbtiList, pwhintList } = commonApi({
loadColor: true, colorType: 'YON',
loadMbti: true,
loadPwhint: true,
});
//
const handleAddressUpdate = (addressData) => {