Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeemHaider committed Mar 19, 2021
1 parent d2b5044 commit d2812bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Layout/Main/Components/SearchAppBar/SearchAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const SearchAppBar = () => {
if (!response.error) {
if (response.data && !response.data.error) {
AppActions.loadSearchData(response);
} else {
AppActions.loadSearchData({ type: "not-found" });
}
} else {
if (response.error) {
Expand Down

0 comments on commit d2812bd

Please sign in to comment.