diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-17 09:01:04 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-17 09:01:04 +0700 |
| commit | aaf907c834343970e1d30b3ef49c13ed5f9d34ed (patch) | |
| tree | e22a80c3b9bfc2835ad78c13fc51fcafbc6598a0 /src/lib/auth/components | |
| parent | 499954a8be814850103eece2dbd0306d6246989d (diff) | |
<iman> add focus error when button submit click
Diffstat (limited to 'src/lib/auth/components')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index fc3d149b..70713bdf 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -52,7 +52,6 @@ const CompanyProfile = () => { useEffect(() => { const loadProfile = async () => { const dataProfile = await addressApi({ id: auth.parentId }); - console.log('dataProfile', dataProfile); setValue('name', dataProfile.name); setValue('industry', dataProfile.industryId); setValue('companyType', dataProfile.companyTypeId); |
