From d3533bb737f2f4095416208f55486706e6eb9c5a Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 31 Dec 2024 09:05:30 +0700 Subject: update state --- src/lib/form/components/Merchant.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/form/components') 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, -- cgit v1.2.3