Compare commits
No commits in common. "8e788318b5d8393fa2f1e39b01a84848676aca85" and "32fc5a696d0366117f2e5eabe49b9883d7bd9a1b" have entirely different histories.
8e788318b5
...
32fc5a696d
@ -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>
|
||||||
|
|||||||
@ -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: { headId: 'QNA_CD' } }),
|
() => axiosInstance(null).get<CommonCode[]>('/api/comm-code', { params: { headCode: 'QNA_CD' } }),
|
||||||
isListQuery,
|
isListQuery,
|
||||||
shouldThrowError,
|
shouldThrowError,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user