summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-17 16:01:50 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-17 16:01:50 +0700
commit0908fc0075f91844ffed4002165c638d02eb91be (patch)
tree64f05b83e8bea7a0605154376dad8f7ed1ce75fb /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
parentf555e7bc9d070e7e0bd4900941592480d4ba6c6a (diff)
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index 82cf4aee..d2097849 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -126,7 +126,7 @@ const informasiPerusahaan = ({ chekValid, buttonSubmitClick }) => {
} else if (value === 'tidakBersedia') {
setBersedia(false);
}
- updateForm('bersedia', value === 'bersedia');
+ updateForm('bersedia', `${value === 'bersedia'}`);
validate();
};
const [selectedIds, setSelectedIds] = useState([]);