summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate')
-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(() => {