Skip to content

Commit

Permalink
fix(ui): Sorting messages in a topic no longer reset applied filters (#…
Browse files Browse the repository at this point in the history
…1627)

close #1626
  • Loading branch information
DPICART authored Dec 7, 2023
1 parent addb48a commit aa6e6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/Topic/Topic/TopicData/TopicData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ class TopicData extends Root {
key={option}
onClick={() =>
this.setState({ sortBy: option }, () => {
this._clearSearch();
this._searchMessages();
})
}
>
Expand Down

0 comments on commit aa6e6e4

Please sign in to comment.