summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-28 11:24:04 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-28 11:24:04 +0700
commita8aabf3a4a2fb0208684d10b6eefa9b81b2bcc25 (patch)
treee7f06870815a0a718dde4335b78fb0a96b00d374 /src-migrate/modules
parentfc50a4ebcb3a11dd1059be6282122677499175f7 (diff)
<iman> update code
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/register/components/FormBisnis.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/register/components/FormBisnis.tsx b/src-migrate/modules/register/components/FormBisnis.tsx
index 932bd326..97c0acad 100644
--- a/src-migrate/modules/register/components/FormBisnis.tsx
+++ b/src-migrate/modules/register/components/FormBisnis.tsx
@@ -110,7 +110,6 @@ const form: React.FC<FormProps> = ({
useEffect(() => {
if (form.company_type_id) {
setValue('companyType', parseInt(form.company_type_id));
- updateForm('sppkp_document', 'fileBase64.jpg');
}
}, [form.company_type_id]);
useEffect(() => {