Skip to content

Commit

Permalink
Resolve merge confilict
Browse files Browse the repository at this point in the history
  • Loading branch information
jebessaD authored and Endalebob committed Jun 26, 2023
1 parent 0e828f5 commit c5c383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/waitlist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const WaitList: React.FC = () => {
const [params, setParams] = useState({
pageNumber: 1,
searchTerm: "",
pageSize: 5,
pageSize: 10,
});

const [userDetailId, setUserDetailId] = useState<string>("");
Expand Down

0 comments on commit c5c383c

Please sign in to comment.