diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 14:50:01 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 14:50:01 +0700 |
| commit | 09378e8389ad7dcca805e9dde10e26cf097ad97c (patch) | |
| tree | a02851e5d13897f7715140fbea2a72de4502d207 | |
| parent | 5b0a6e9c8660c5cc427a66bd2540206513225075 (diff) | |
<iman> update new register
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index 80b424dc..9e1dd1f9 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -236,6 +236,9 @@ const validationSchema = Yup.object().shape({ alamat_bisnis: Yup.string().required('Harus di-isi'), alamat_wajib_pajak: Yup.string().required('Harus di-isi'), taxName: Yup.string().required('Harus di-isi'), + npwp: Yup.string().required('Harus di-isi'), + industry: Yup.string().required('Harus di-pilih'), + companyType: Yup.string().required('Harus di-pilih'), }); const defaultValues = { |
