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 = () => {
|
const handleClearAllFilters = () => {
|
||||||
setCurrentSeekType(SeekType.OFFSET);
|
setCurrentSeekType(SeekType.OFFSET);
|
||||||
|
setOffset('');
|
||||||
setQuery('');
|
setQuery('');
|
||||||
changeSeekDirection(SeekDirection.FORWARD);
|
changeSeekDirection(SeekDirection.FORWARD);
|
||||||
getSelectedPartitionsFromSeekToParam(searchParams, partitions);
|
getSelectedPartitionsFromSeekToParam(searchParams, partitions);
|
||||||
|
|
Loading…
Add table
Reference in a new issue