Skip to content

Commit

Permalink
fix(ui): regression on search filters when changing sort (#1525)
Browse files Browse the repository at this point in the history
relate to #1430
  • Loading branch information
AlexisSouquiere authored Jun 30, 2023
1 parent c3aa8ee commit 236a41f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/src/containers/Topic/Topic/TopicData/TopicData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ class TopicData extends Root {
key: { text: '', type: 'C' },
value: { text: '', type: 'C' },
headerKey: { text: '', type: 'C' },
headerValue: { text: '', type: 'C' }
headerValue: { text: '', type: 'C' },
keySubject: { text: '', type: 'C' },
valueSubject: { text: '', type: 'C' }
}
},
() => {
Expand Down

0 comments on commit 236a41f

Please sign in to comment.