Skip to content

Commit

Permalink
persists sortBy
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Sep 30, 2024
1 parent f0aadf0 commit 6009f18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/AdminCampaignList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ export const AdminCampaignList = ({
});
setState({
...state,
isLoading: false
isLoading: false,
sortBy: newSort
});
};

Expand Down

0 comments on commit 6009f18

Please sign in to comment.