Fix clearing offset upon "clear all" button click (#1866)
Co-authored-by: k.morozov <k.morozov@ffin.ru>
This commit is contained in:
parent
a038762409
commit
c5234ce470
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ const Filters: React.FC<FiltersProps> = ({
|
|||
|
||||
const handleClearAllFilters = () => {
|
||||
setCurrentSeekType(SeekType.OFFSET);
|
||||
setOffset('');
|
||||
setQuery('');
|
||||
changeSeekDirection(SeekDirection.FORWARD);
|
||||
getSelectedPartitionsFromSeekToParam(searchParams, partitions);
|
||||
|
|
Loading…
Add table
Reference in a new issue