diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-31 09:05:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-31 09:05:30 +0700 |
| commit | d3533bb737f2f4095416208f55486706e6eb9c5a (patch) | |
| tree | 3f7a2135b127f8596ea09fe5c3e453ca93178635 | |
| parent | 83efe737651dbfffc602a4a276be715433d82361 (diff) | |
<iman> update state
| -rw-r--r-- | src/lib/form/components/Merchant.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index 17bc168d..50ec1aba 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -115,7 +115,7 @@ const CreateMerchant = () => { useEffect(() => { const loadState = async () => { - let dataState = await stateApi(); + let dataState = await stateApi({ tempo: false }); dataState = dataState.map((state) => ({ value: state.id, label: state.name, |
