summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-19 11:49:38 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-19 11:49:38 +0700
commitc61477111b95d83a9b862f242923b911364f3612 (patch)
tree828cee3b959a59805361431511891da06d3efac7 /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
parent548e2b48b1c2f6521037765f96083a8d79f611d6 (diff)
<iman> fix section pengiriman
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index c0f9bd4a..6651dca8 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -781,6 +781,7 @@ const informasiPerusahaan = ({ chekValid, buttonSubmitClick }) => {
<div className='flex flex-col gap-2' ref={categoryProdukRef}>
{firstColumn.map((item) => (
<Checkbox
+ colorScheme='red'
key={item.id}
onChange={() => handleCheckboxChange(item.id)}
isChecked={isChecked(item.id)}
@@ -792,6 +793,7 @@ const informasiPerusahaan = ({ chekValid, buttonSubmitClick }) => {
<div className='flex flex-col gap-2'>
{secondColumn.map((item) => (
<Checkbox
+ colorScheme='red'
key={item.id}
isChecked={isChecked(item.id)}
onChange={() => handleCheckboxChange(item.id)}