Переписываю спорные решения

This commit is contained in:
Дмитрий Савенко 2023-01-13 13:16:36 +03:00
parent 75de4983c9
commit adc50b62f9

View File

@ -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) => {