diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-28 11:24:04 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-28 11:24:04 +0700 |
| commit | a8aabf3a4a2fb0208684d10b6eefa9b81b2bcc25 (patch) | |
| tree | e7f06870815a0a718dde4335b78fb0a96b00d374 /src-migrate/modules/register/components | |
| parent | fc50a4ebcb3a11dd1059be6282122677499175f7 (diff) | |
<iman> update code
Diffstat (limited to 'src-migrate/modules/register/components')
| -rw-r--r-- | src-migrate/modules/register/components/FormBisnis.tsx | 1 |
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(() => { |
