We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023e8e3 commit 26464baCopy full SHA for 26464ba
kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx
@@ -185,6 +185,7 @@ const Filters: React.FC<FiltersProps> = ({
185
const handleClearAllFilters = () => {
186
setCurrentSeekType(SeekType.OFFSET);
187
setOffset('');
188
+ setTimestamp(null);
189
setQuery('');
190
changeSeekDirection(SeekDirection.FORWARD);
191
getSelectedPartitionsFromSeekToParam(searchParams, partitions);
0 commit comments