summaryrefslogtreecommitdiff
path: root/src/pages/my
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-09-20 13:45:57 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-09-20 13:45:57 +0700
commit7fb2329475fe2a671127251370436c56f79d24d8 (patch)
tree9c07efcdb210331529fd0b69225003fef1f2f197 /src/pages/my
parent81f06d02bef8701be568e7418828d925925c5b12 (diff)
<iman> update error edit alamat
Diffstat (limited to 'src/pages/my')
-rw-r--r--src/pages/my/address/[id]/edit.jsx1
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 } };
}