diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-23 13:29:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-23 13:29:30 +0700 |
| commit | 453f377e42866cc68a03b2fef0a672590dfd68dd (patch) | |
| tree | 6d2cc312feba6c2dc4cca3b10f509c056fd5b374 /src-migrate/modules/register/stores | |
| parent | 15a9e599c1c1dc688f601da12be421ae55f61916 (diff) | |
<iman> update new register
Diffstat (limited to 'src-migrate/modules/register/stores')
| -rw-r--r-- | src-migrate/modules/register/stores/useRegisterStore.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-migrate/modules/register/stores/useRegisterStore.ts b/src-migrate/modules/register/stores/useRegisterStore.ts index 7b414ec6..de237b0d 100644 --- a/src-migrate/modules/register/stores/useRegisterStore.ts +++ b/src-migrate/modules/register/stores/useRegisterStore.ts @@ -28,7 +28,7 @@ type Action = { export const useRegisterStore = create<State & Action>((set, get) => ({ form: { business_name: '', - companyType: '', + company_type_id: 0, name: '', email: '', email_partner: '', @@ -37,7 +37,7 @@ export const useRegisterStore = create<State & Action>((set, get) => ({ sppkp_document: '', npwp_document: '', nameWajibPajak: '', - industry: '', + industry: { value: '', label: '' }, badanUsaha: '', jenisUsaha: '', npwp: '', @@ -45,7 +45,7 @@ export const useRegisterStore = create<State & Action>((set, get) => ({ is_pkp: '', }, formBisnis: { - companyType: '', + company_type_id: 0, business_name: '', name: '', nama_wajib_pajak : '', @@ -56,7 +56,7 @@ export const useRegisterStore = create<State & Action>((set, get) => ({ sppkp_document: '', npwp_document: '', nameWajibPajak: '', - industry: '', + industry: { value: '', label: '' }, badanUsaha: '', jenisUsaha: '', npwp: '', |
