From 3fe9b766f023acf6856b02a5a5099b816334af4d Mon Sep 17 00:00:00 2001 From: khatibtamal Date: Thu, 19 Sep 2024 22:35:42 +0600 Subject: [PATCH] fixed custom and range stale value issue Signed-off-by: khatibtamal --- .../details/messages/components/TopicMessageFilters.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coral/src/app/features/topics/details/messages/components/TopicMessageFilters.tsx b/coral/src/app/features/topics/details/messages/components/TopicMessageFilters.tsx index 4bbae7d3c..2fe32c3e3 100644 --- a/coral/src/app/features/topics/details/messages/components/TopicMessageFilters.tsx +++ b/coral/src/app/features/topics/details/messages/components/TopicMessageFilters.tsx @@ -111,6 +111,12 @@ function TopicMessageFilters({ valid={filterErrors.partitionIdFilters === null} required /> + <> + { + //Empty node prevents stale value of custom's 'Number of messages' + //being populated into range's 'Start Offset' and vice versa + } +