📥 Download nav statbar indicator

This commit is contained in:
2022-06-26 11:16:11 -07:00
parent 2dea9e1096
commit 44cf66b6c5
3 changed files with 15 additions and 9 deletions

View File

@@ -194,6 +194,7 @@ 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 }) => {