From b633109758addb1b52a278f7e7484737cc64b6f3 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 30 Dec 2024 16:42:28 +0700 Subject: update banner merchant --- src/lib/form/components/Merchant.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index 6277114c..51239267 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -78,7 +78,7 @@ const CreateMerchant = () => { useEffect(() => { const getBanner = async () => { - const get = await odooApi('GET', '/api/v1/banner?type=banner-form-tempo'); + const get = await odooApi('GET', '/api/v1/banner?type=banner-form-merchant'); // setBannerMerchant(get[0].image); setBannerMerchant( 'http://192.168.23.244:8069/api/image/x_banner.banner/x_banner_image/485' -- cgit v1.2.3