Переписываю спорные решения
This commit is contained in:
@ -33,7 +33,7 @@ const FormPage = () => {
|
||||
};
|
||||
|
||||
if (!candidate.id) {
|
||||
apiRequest('/api/profile', {
|
||||
apiRequest('/profile', {
|
||||
params: Number(params.id)
|
||||
})
|
||||
.then((el) => dispatch(currentCandidate(el)))
|
||||
|
Reference in New Issue
Block a user