🪢 Wired up CV basic search

This commit is contained in:
2021-08-11 23:05:37 -07:00
parent 0baf3e436f
commit d25720caba
3 changed files with 44 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ export const comicinfoAPICall = (options) => async (dispatch) => {
case "search":
dispatch({
type: CV_SEARCH_SUCCESS,
result: response.data,
searchResults: response.data,
});
break;