summaryrefslogtreecommitdiff
path: root/src/lib/form
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-12-31 09:05:30 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-12-31 09:05:30 +0700
commitd3533bb737f2f4095416208f55486706e6eb9c5a (patch)
tree3f7a2135b127f8596ea09fe5c3e453ca93178635 /src/lib/form
parent83efe737651dbfffc602a4a276be715433d82361 (diff)
<iman> update state
Diffstat (limited to 'src/lib/form')
-rw-r--r--src/lib/form/components/Merchant.jsx2
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,