Skip to content

Commit

Permalink
fix(FOROME-764): add resetConditions for 'Reset filters' btn (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroslavTrefilovBraveDevelopers authored Apr 1, 2022
1 parent bad8ed9 commit 9d2efc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ws/ui/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const Table = observer(({ columns, data }: Props): ReactElement => {
datasetStore.resetActivePreset()
datasetStore.resetPrevPreset()
datasetStore.fetchWsListAsync(false, 'reset')
datasetStore.resetConditions()
}

useEffect(() => {
Expand Down

0 comments on commit 9d2efc8

Please sign in to comment.