Skip to content

Commit

Permalink
trigger all checks (both FE & BE changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shushunya committed Oct 12, 2023
1 parent 18fd6c1 commit 4cefaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FrontEnd/src/components/profileList/ProfileListPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function ProfileListPage({ isAuthorized }) {
useEffect(() => {
setProfileFilter(FILTER_MAP[filter]);
setFilterSaved(false);
setCurrentPage(1);
}, [filter]);

const urlForAll = `${process.env.REACT_APP_BASE_API_URL}/api/profiles/?${profileFilter}&page=${currentPage}`;
Expand Down

0 comments on commit 4cefaee

Please sign in to comment.