Compare commits

...

4 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ export default function Suitable() {
<div className="compliance-icon"> <div className="compliance-icon">
<Image src={'/assets/images/sub/compliance_tip_icon.svg'} width={22} height={22} alt=""></Image> <Image src={'/assets/images/sub/compliance_tip_icon.svg'} width={22} height={22} alt=""></Image>
</div> </div>
<span></span> <span></span>
</div> </div>
</li> </li>
</ul> </ul>

View File

@ -229,7 +229,7 @@ export function useInquiry(
const shouldThrowError = false const shouldThrowError = false
const resp = await tryFunction( 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, isListQuery,
shouldThrowError, shouldThrowError,
) )