From 236a41f8f1e6100b2a5930132ee4fe10cf11c971 Mon Sep 17 00:00:00 2001 From: Alexis SOUQUIERE Date: Fri, 30 Jun 2023 12:42:42 +0200 Subject: [PATCH] fix(ui): regression on search filters when changing sort (#1525) relate to #1430 --- client/src/containers/Topic/Topic/TopicData/TopicData.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/containers/Topic/Topic/TopicData/TopicData.jsx b/client/src/containers/Topic/Topic/TopicData/TopicData.jsx index a8ae97a1c..ce2d13295 100644 --- a/client/src/containers/Topic/Topic/TopicData/TopicData.jsx +++ b/client/src/containers/Topic/Topic/TopicData/TopicData.jsx @@ -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' } } }, () => {