diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-23 13:34:11 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-23 13:34:11 +0700 |
| commit | 4d9d8bd328675ce0a99359d7558553634c995f38 (patch) | |
| tree | f80a2e686130e29d02609894f42f185679141aba /src/lib | |
| parent | f0f002ff77481db91d264069d09f580d58001a8c (diff) | |
setValue('alamat_bisnis', dataProfile.alamatBisnis);
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/auth/components/CompanyProfile.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auth/components/CompanyProfile.jsx b/src/lib/auth/components/CompanyProfile.jsx index 6100e626..7bebb02f 100644 --- a/src/lib/auth/components/CompanyProfile.jsx +++ b/src/lib/auth/components/CompanyProfile.jsx @@ -62,6 +62,7 @@ const CompanyProfile = () => { setValue('taxName', dataProfile.taxName); setValue('npwp', dataProfile.npwp); setValue('alamat_wajib_pajak', dataProfile.alamatWajibPajak); + setValue('alamat_bisnis', dataProfile.alamatBisnis); }; if (auth) loadProfile(); }, [auth, setValue]); |
