Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Oct 27, 2023
1 parent 96ca01b commit 1817f38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ export const SearchBarComponent = memo<SiemSearchBarProps & PropsFromRedux>(
prevProps.end === nextProps.end &&
prevProps.filterQuery === nextProps.filterQuery &&
prevProps.fromStr === nextProps.fromStr &&
deepEqual(prevProps.sourcererDataView, nextProps.sourcererDataView) &&
prevProps.id === nextProps.id &&
prevProps.isLoading === nextProps.isLoading &&
prevProps.savedQuery === nextProps.savedQuery &&
Expand Down

0 comments on commit 1817f38

Please sign in to comment.