Skip to content

Commit

Permalink
fix(ui): removing loading animation on ongoing search (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvoelcker authored Apr 5, 2024
1 parent 50705e6 commit 1e770c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/containers/Topic/Topic/TopicData/TopicData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ class TopicData extends Root {

_searchMessages(changePage = false, replaceInNavigation = false) {
this._stopEventSource();
this.setState({ loading: true });
if (this._hasAnyFilterFilled()) {
this._startEventSource(changePage, replaceInNavigation);
} else {
Expand Down

0 comments on commit 1e770c0

Please sign in to comment.