diff options
| -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, |
