🐛UI bugs #68

Merged
rishighan merged 5 commits from bugfix-#59 into master 2023-03-24 04:00:49 +00:00
Showing only changes of commit b929840a96 - Show all commits

View File

@@ -20,7 +20,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-12-25",
startDate: "2023-1-25",
pageSize: "15",
currentPage: "1",
}),