Skip to content

Commit

Permalink
discard changes (no checks have to be triggered)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shushunya committed Oct 12, 2023
1 parent 2a359dd commit c8bdef2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion FrontEnd/src/components/profileList/ProfileListPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ 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
1 change: 1 addition & 0 deletions search/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from profiles.factories import (
ProfileStartupFactory,
ProfileCompanyFactory,
ActivityFactory,
)

from utils.dump_response import dump # noqa
Expand Down

0 comments on commit c8bdef2

Please sign in to comment.