fixs, Убрал стейты для формы авторизации, переписал на форм дату

This commit is contained in:
2023-01-25 16:50:36 +03:00
parent 50f33071bb
commit 5c8a8160bd
21 changed files with 107 additions and 209 deletions

View File

@ -7,7 +7,7 @@ import {
selectedItems,
selectItems,
selectTags,
filteredCandidates,
profiles,
setPositionId
} from '../../redux/outstaffingSlice'
@ -33,8 +33,8 @@ const TagSelect = () => {
apiRequest('/profile', {
params: {...params, limit: 1000},
}).then((el) => {
dispatch(filteredCandidates(el));
}).then((res) => {
dispatch(profiles(res));
setSearchLoading(false)
})