Compare commits
4 Commits
32fc5a696d
...
8e788318b5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e788318b5 | |||
| a5d1b78ffd | |||
| 869b898673 | |||
| a47b2fac79 |
@ -49,7 +49,7 @@ export default function Suitable() {
|
||||
<div className="compliance-icon">
|
||||
<Image src={'/assets/images/sub/compliance_tip_icon.svg'} width={22} height={22} alt=""></Image>
|
||||
</div>
|
||||
<span>備考</span>
|
||||
<span>備考の記載があります</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -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,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user