summaryrefslogtreecommitdiff
path: root/src/lib/auth/components/CompanyProfile.jsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-17 09:01:04 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-17 09:01:04 +0700
commitaaf907c834343970e1d30b3ef49c13ed5f9d34ed (patch)
treee22a80c3b9bfc2835ad78c13fc51fcafbc6598a0 /src/lib/auth/components/CompanyProfile.jsx
parent499954a8be814850103eece2dbd0306d6246989d (diff)
<iman> add focus error when button submit click
Diffstat (limited to 'src/lib/auth/components/CompanyProfile.jsx')
-rw-r--r--src/lib/auth/components/CompanyProfile.jsx1
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);