💅🏽 Beautifying the import UI

This commit is contained in:
2022-03-18 09:35:26 -07:00
parent f6ca91f530
commit b1b4070867
4 changed files with 44 additions and 7 deletions

View File

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