🥡 Started making react-table re-usable

This commit is contained in:
2022-03-26 11:27:41 -07:00
parent 089078fda0
commit 03b982858d
8 changed files with 296 additions and 203 deletions

View File

@@ -43,7 +43,7 @@ export const getWeeklyPullList = (options) => async (dispatch) => {
url: `${COMICVINE_SERVICE_URI}/getWeeklyPullList`,
method: "get",
params: {
startDate: "2022-3-21",
startDate: "2022-4-8",
pageSize: "15",
currentPage: "1",
},