Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
hyo-4 committed May 22, 2024
1 parent c8f297c commit 5934327
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/JD/ExperienceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,15 @@ const ExperienceList: React.FC<ExperienceListProps> = ({
searchText: string,
token: string
) => {
try {
const response = await searchTextExperienceList(jdId, searchText, token);
console.log(response);
setExperienceData(response.data.experiences);
console.log(experienceData);
} catch (error) {
console.error(error);
alert(JSON.stringify(error));
}
// try {
// const response = await searchTextExperienceList(jdId, searchText, token);
// console.log(response);
// setExperienceData(response.data.experiences);
// console.log(experienceData);
// } catch (error) {
// console.error(error);
// alert(JSON.stringify(error));
// }
};

const getFilteredExperienceList = async (
Expand Down

0 comments on commit 5934327

Please sign in to comment.