diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 13:45:57 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 13:45:57 +0700 |
| commit | 7fb2329475fe2a671127251370436c56f79d24d8 (patch) | |
| tree | 9c07efcdb210331529fd0b69225003fef1f2f197 /src/pages/my | |
| parent | 81f06d02bef8701be568e7418828d925925c5b12 (diff) | |
<iman> update error edit alamat
Diffstat (limited to 'src/pages/my')
| -rw-r--r-- | src/pages/my/address/[id]/edit.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/my/address/[id]/edit.jsx b/src/pages/my/address/[id]/edit.jsx index 732ec9fc..c552659b 100644 --- a/src/pages/my/address/[id]/edit.jsx +++ b/src/pages/my/address/[id]/edit.jsx @@ -42,6 +42,7 @@ export async function getServerSideProps(context) { district: '', oldSubDistrict: address.subDistrict?.id || '', subDistrict: '', + business_name: '', }; return { props: { id, defaultValues } }; } |
