🔼 Bumped up react-final-form

This commit is contained in:
2022-09-12 12:50:30 -07:00
parent 6b1bb02d57
commit 262f8d49d7
3 changed files with 3 additions and 3 deletions

View File

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