Compare commits

..

No commits in common. "869b898673158839f86caf1dbba6d27d58b77cda" and "1c91622119172eb7525892c784dc4d80b58f6092" have entirely different histories.

View File

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