diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-18 17:08:55 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-18 17:08:55 +0700 |
| commit | 548e2b48b1c2f6521037765f96083a8d79f611d6 (patch) | |
| tree | b2b1d8d924ec973d683e8fb0157b302bc7b037de /src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | |
| parent | 87ffd2fa7edc240693ddd81401ef23c5cd1bbb3e (diff) | |
<iman> add pengiriman section
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx index 861a75ba..c09aaf57 100644 --- a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx @@ -86,6 +86,10 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick }) => { }; loadIndustries(); }, [buttonSubmitClick, chekValid]); + + useEffect(() => { + validateKontakPerson(); + }, [buttonSubmitClick]); return ( <> <div className='flex justify-start'> |
