This commit is contained in:
2022-05-19 22:57:26 -07:00
parent 9be9750d7b
commit 3173cbf873
9 changed files with 128 additions and 46 deletions

View File

@@ -14,7 +14,7 @@ export const PullList = (): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-4-12",
startDate: "2022-5-15",
pageSize: "100",
currentPage: "1",
}),