From 4d9d8bd328675ce0a99359d7558553634c995f38 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 23 Sep 2024 13:34:11 +0700 Subject: setValue('alamat_bisnis', dataProfile.alamatBisnis); --- src/lib/auth/components/CompanyProfile.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/auth') 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]); -- cgit v1.2.3