diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-15 13:40:59 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-15 13:40:59 +0700 |
| commit | 9c4951174cf6cf5c15b0b2a808d5d14befac6169 (patch) | |
| tree | 5989901aa7ac2e665033ace68097f03a5f13e177 /src/lib/form/components/KunjunganService.jsx | |
| parent | 1d473242c70cd50fa6111c987ec91b2240febf2a (diff) | |
<iman> update code filter bad words registrasi
Diffstat (limited to 'src/lib/form/components/KunjunganService.jsx')
| -rw-r--r-- | src/lib/form/components/KunjunganService.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/form/components/KunjunganService.jsx b/src/lib/form/components/KunjunganService.jsx index e3c83f78..a3871054 100644 --- a/src/lib/form/components/KunjunganService.jsx +++ b/src/lib/form/components/KunjunganService.jsx @@ -41,7 +41,7 @@ const CreateKunjunganService = () => { useEffect(() => { const loadState = async () => { - let dataState = await stateApi(); + let dataState = await stateApi({ tempo: false }); dataState = dataState.map((state) => ({ value: state.id, label: state.name, |
