🏗 Scaffold for tabulated volumes page WIP

This commit is contained in:
2022-04-10 00:31:35 -07:00
parent 6a8d729ad9
commit 771400fdf3
4 changed files with 155 additions and 13 deletions

View File

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