diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-26 10:28:15 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-26 10:28:15 +0700 |
| commit | f0cde08a3fda95b1738a765358022241aea404bf (patch) | |
| tree | c2cf2cb3e07154d04672f3b9d0667753f8487764 /src-migrate/modules/register/components/Form.tsx | |
| parent | 0bca1bfb2bc7e52a31dde39602dd599d7c640e73 (diff) | |
<iman> update logic new register validation
Diffstat (limited to 'src-migrate/modules/register/components/Form.tsx')
| -rw-r--r-- | src-migrate/modules/register/components/Form.tsx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src-migrate/modules/register/components/Form.tsx b/src-migrate/modules/register/components/Form.tsx index c4789e9a..5e5e0a11 100644 --- a/src-migrate/modules/register/components/Form.tsx +++ b/src-migrate/modules/register/components/Form.tsx @@ -37,16 +37,16 @@ const Form: React.FC<FormProps> = ({ type, required, isBisnisRegist=false }) => updateForm(name, value) // if(!isBisnisRegist){ - updateForm('type_acc',`individu`) - updateForm('is_pkp','false') - updateForm('business_name','Iman') - updateForm('company_type_id','0') - updateForm('email_partner','it@fixcomart.co.id') - updateForm('industry_id','0') - updateForm('nama_wajib_pajak','Iman') - updateForm('npwp','958666666688888') - updateForm('npwp_document','adsdad.pdf') - updateForm('sppkp_document','fdddwedw.pdf') + // updateForm('type_acc',`individu`) + // updateForm('is_pkp','false') + // updateForm('business_name','Iman') + // updateForm('company_type_id','0') + // updateForm('email_partner','it@fixcomart.co.id') + // updateForm('industry_id','0') + // updateForm('nama_wajib_pajak','Iman') + // updateForm('npwp','958666666688888') + // updateForm('npwp_document','adsdad.pdf') + // updateForm('sppkp_document','fdddwedw.pdf') // } validate() } |
