🔧 Fix for broken paths https://github.com/rishighan/threetwo/issues/63
This commit is contained in:
@@ -307,7 +307,7 @@ export const searchIssue = (query, options) => async (dispatch) => {
|
||||
case "globalSearchBar":
|
||||
dispatch({
|
||||
type: SS_SEARCH_RESULTS_FETCHED_SPECIAL,
|
||||
data: response.data.body,
|
||||
data: response.data.hits,
|
||||
});
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user