summaryrefslogtreecommitdiff
path: root/src-migrate/modules/register/components/RegistrasiBisnis.tsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-22 16:48:03 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-22 16:48:03 +0700
commitfb346e50e06ed68508662ca3d004db2c2cc117eb (patch)
tree2e6b7d23847583bbace134a9c20c8000a91f42ee /src-migrate/modules/register/components/RegistrasiBisnis.tsx
parent6623dba2f6cd4a4ca7b25f7086991afef092cd26 (diff)
<iman> update new register
Diffstat (limited to 'src-migrate/modules/register/components/RegistrasiBisnis.tsx')
-rw-r--r--src-migrate/modules/register/components/RegistrasiBisnis.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src-migrate/modules/register/components/RegistrasiBisnis.tsx b/src-migrate/modules/register/components/RegistrasiBisnis.tsx
index 55180297..12ec7ba2 100644
--- a/src-migrate/modules/register/components/RegistrasiBisnis.tsx
+++ b/src-migrate/modules/register/components/RegistrasiBisnis.tsx
@@ -33,7 +33,6 @@ const RegistrasiBisnis = () => {
isCheckedTNC,
isValidCaptcha,
errors,
- updateForm,
updateFormBisnis,
validateFormBisnis,
validate,
@@ -108,7 +107,7 @@ const RegistrasiBisnis = () => {
{isDropIndividu && (
<div>
<Divider my={4} />
- <Form type="bisnis" required={true} isPKP={isPKP} />
+ <Form type="bisnis" required={true} isBisnisRegist={true} />
</div>
)}
</div>