summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/CompanyProfile.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-20 14:55:40 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-20 14:55:40 +0700
commit1db54e16f970b4e09df89d432efd5a66ac775eb6 (patch)
tree2e19c324a8b6ea1322a6004ed256e47a2a30052b /src/lib/auth/components/CompanyProfile.jsx
parente7082aec2592932c8f27e4d191476b69aac7475b (diff)
<iman> update new register
Diffstat (limited to 'src/lib/auth/components/CompanyProfile.jsx')
-rw-r--r--src/lib/auth/components/CompanyProfile.jsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx
index 606f56ea..7bda992f 100644
--- a/src/lib/auth/components/CompanyProfile.jsx
+++ b/src/lib/auth/components/CompanyProfile.jsx
@@ -157,6 +157,9 @@ const CompanyProfile = () => {
<HookFormSelect {...props} options={industries} />
)}
/>
+ <div className='text-caption-2 text-danger-500 mt-1'>
+ {errors.industry?.message}
+ </div>
</div>
<div className='flex flex-wrap'>
<div className='w-full mb-3'>Badan Usaha</div>
@@ -168,6 +171,9 @@ const CompanyProfile = () => {
<HookFormSelect {...props} options={companyTypes} />
)}
/>
+ <div className='text-caption-2 text-danger-500 mt-1'>
+ {errors.companyType?.message}
+ </div>
</div>
<div className='w-9/12 pl-1'>
<input