diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-01 09:35:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-01 09:35:35 +0700 |
| commit | 5e3b8914037fcd7b5153d94f289079ac4dd60235 (patch) | |
| tree | bd6fc719a5f24616a871ff4f4ae52e0415c0b351 /src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | |
| parent | 37ab7c5ac682e3a2ddb4153d4f7cb91593a77fe4 (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx index a2c17471..1281e387 100644 --- a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx @@ -1,13 +1,6 @@ -import React, { useState, useEffect, useMemo, useRef } from 'react'; -import { Controller, set, useForm } from 'react-hook-form'; -import HookFormSelect from '@/core/components/elements/Select/HookFormSelect'; -import odooApi from '~/libs/odooApi'; -import stateApi from '@/lib/address/api/stateApi.js'; -import cityApi from '@/lib/address/api/cityApi'; -import { Radio, RadioGroup, Stack, Checkbox } from '@chakra-ui/react'; +import React, { useEffect, useMemo, useRef } from 'react'; import { usePengajuanTempoStoreKontakPerson } from '../../../../src-migrate/modules/register/stores/usePengajuanTempoStore'; const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { - const { control, watch } = useForm(); const { formKontakPerson, errorsKontakPerson, |
