Merge pull request 'fix: 공통코드 조회 기능 내 변수명 수정' (#125) from feature/common-code into dev

Reviewed-on: #125
This commit is contained in:
seul 2025-08-06 16:23:26 +09:00
commit 869b898673

View File

@ -229,7 +229,7 @@ export function useInquiry(
const shouldThrowError = false
const resp = await tryFunction(
() => axiosInstance(null).get<CommonCode[]>('/api/comm-code', { params: { headCode: 'QNA_CD' } }),
() => axiosInstance(null).get<CommonCode[]>('/api/comm-code', { params: { headId: 'QNA_CD' } }),
isListQuery,
shouldThrowError,
)