🔽 Wiring up downloads API calls and actions

This commit is contained in:
2022-07-26 22:26:24 -07:00
parent a3aa46bca3
commit fb40fe86b5
7 changed files with 66 additions and 27 deletions

View File

@@ -194,7 +194,6 @@ function fileOpsReducer(state = initialState, action) {
};
}
case SS_SEARCH_RESULTS_FETCHED_SPECIAL: {
console.log(action)
const foo = [];
if (!isUndefined(action.data.hits)) {
map(action.data.hits.hits, ({ _source }) => {