Skip to content

Commit

Permalink
FE: Messages: Reset timestamp value w/ Clear all filters (#3923)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Zabaluev <[email protected]>
(cherry picked from commit d008849)
  • Loading branch information
vikasrajputin authored and Haarolean committed Jun 27, 2023
1 parent 023e8e3 commit 26464ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ const Filters: React.FC<FiltersProps> = ({
const handleClearAllFilters = () => {
setCurrentSeekType(SeekType.OFFSET);
setOffset('');
setTimestamp(null);
setQuery('');
changeSeekDirection(SeekDirection.FORWARD);
getSelectedPartitionsFromSeekToParam(searchParams, partitions);
Expand Down

0 comments on commit 26464ba

Please sign in to comment.