Skip to content

Commit 26464ba

Browse files
FE: Messages: Reset timestamp value w/ Clear all filters (#3923)
Co-authored-by: Roman Zabaluev <[email protected]> (cherry picked from commit d008849)
1 parent 023e8e3 commit 26464ba

File tree

1 file changed

+1
-0
lines changed
  • kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters

1 file changed

+1
-0
lines changed

kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ const Filters: React.FC<FiltersProps> = ({
185185
const handleClearAllFilters = () => {
186186
setCurrentSeekType(SeekType.OFFSET);
187187
setOffset('');
188+
setTimestamp(null);
188189
setQuery('');
189190
changeSeekDirection(SeekDirection.FORWARD);
190191
getSelectedPartitionsFromSeekToParam(searchParams, partitions);

0 commit comments

Comments
 (0)