summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index 19f46dec..6a7eb3cb 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -52,7 +52,7 @@ const InformasiPerusahaan = ({
useEffect(() => {
const loadState = async () => {
- let dataState = await stateApi();
+ let dataState = await stateApi({ tempo: true });
dataState = dataState.map((state) => ({
value: state.id,
label: state.name,
@@ -115,10 +115,10 @@ const InformasiPerusahaan = ({
useEffect(() => {
const loadPaymentTerm = async () => {
const dataPaymentTerm = [
- { id: 29, name: 'Tempo 7 Hari' },
{ id: 24, name: 'Tempo 14 Hari' },
- { id: 32, name: 'Tempo 21 Hari' },
{ id: 25, name: 'Tempo 30 Hari' },
+ { id: 29, name: 'Tempo 7 Hari' },
+ { id: 32, name: 'Tempo 21 Hari' },
];
setPaymentTerm(
dataPaymentTerm?.map((o) => ({
@@ -585,7 +585,7 @@ const InformasiPerusahaan = ({
</div>
<div className='flex flex-row justify-between items-start'>
<div className='w-2/5 text-nowrap'>
- <label className='form-label '>No. Telfon Perusahaan</label>
+ <label className='form-label '>No. HP Perusahaan</label>
{!isKonfirmasi && (
<span className='text-xs opacity-60'>
isi no telfon perusahaan yang sesuai
@@ -1059,7 +1059,7 @@ const InformasiPerusahaan = ({
</div>
<div className='flex flex-col gap-2 justify-between items-start'>
- <label className='form-label '>No. Telfon Perusahaan</label>
+ <label className='form-label '>No. HP Perusahaan</label>
<input
id='mobile'
name='mobile'