From adc50b62f9e9da57123b0136ce0bf1512898ab33 Mon Sep 17 00:00:00 2001 From: Z1chi Date: Fri, 13 Jan 2023 13:16:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D1=8B=D0=B2=D0=B0=D1=8E=20=D1=81=D0=BF=D0=BE=D1=80=D0=BD=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=80=D0=B5=D1=88=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Home/Home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js index b62b7794..3a2d4037 100644 --- a/src/components/Home/Home.js +++ b/src/components/Home/Home.js @@ -26,7 +26,7 @@ const Home = () => { setIsLoadingMore(true); apiRequest('/profile',{ //Корс блокирует все фильтры в гет параметрах - // params: {"get-document-list": 1000}, + params: {"offset": 1000}, role, // logout: () => dispatch(auth(false)) }).then((profileArr) => {