Переписываю спорные решения
This commit is contained in:
parent
75de4983c9
commit
adc50b62f9
@ -26,7 +26,7 @@ const Home = () => {
|
|||||||
setIsLoadingMore(true);
|
setIsLoadingMore(true);
|
||||||
apiRequest('/profile',{
|
apiRequest('/profile',{
|
||||||
//Корс блокирует все фильтры в гет параметрах
|
//Корс блокирует все фильтры в гет параметрах
|
||||||
// params: {"get-document-list": 1000},
|
params: {"offset": 1000},
|
||||||
role,
|
role,
|
||||||
// logout: () => dispatch(auth(false))
|
// logout: () => dispatch(auth(false))
|
||||||
}).then((profileArr) => {
|
}).then((profileArr) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user