@ -81,8 +81,8 @@ const AssignHrProject = ({ openDialog, closeDialog, toggleDialog, idTask, toolsR
}
const result = await axios
.get(`${API_ADW}employees`, HEADER_ADW)
// .get(USER_LIST, HEADER)
// .get(`${API_ADW}employees`, HEADER_ADW)
.get(USER_LIST, HEADER)
.then(res => res)
.catch((error) => error.response);
if (result && result.data && result.data.data.length != 0) {