summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-18 16:11:17 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-18 16:11:17 +0700
commit87ffd2fa7edc240693ddd81401ef23c5cd1bbb3e (patch)
tree11aa10d3a811584f44a0c791fad8b517a4d819a2 /src-migrate/modules
parentae0f75d48261ba2057dc0dd4492708f1e6e06522 (diff)
<iman> update fix kontak person
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/register/stores/usePengajuanTempoStore.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/modules/register/stores/usePengajuanTempoStore.ts b/src-migrate/modules/register/stores/usePengajuanTempoStore.ts
index 247f62dd..7f1bcbb0 100644
--- a/src-migrate/modules/register/stores/usePengajuanTempoStore.ts
+++ b/src-migrate/modules/register/stores/usePengajuanTempoStore.ts
@@ -116,6 +116,7 @@ export const usePengajuanTempoStoreKontakPerson = create<
financeMobile: '',
financeName: '',
financeEmail: '',
+ purchasingMobile: '',
},
updateFormKontakPerson: (name, value) =>
set((state) => ({
@@ -151,6 +152,7 @@ export const usePengajuanTempoStoreKontakPerson = create<
financeName: '',
financeMobile: '',
financeEmail: '',
+ purchasingMobile: '',
},
}),
}));