Skip to content

Commit

Permalink
Reset groups when clicking 'Reset filter'
Browse files Browse the repository at this point in the history
Closes #38
  • Loading branch information
brianlove committed Aug 15, 2023
1 parent 97a6db4 commit 388140c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/gui-v2/src/components/ListViewTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ const ListViewTable = ({
columnDefinitions.forEach((colDef) => {
filters[colDef.key]?.set(resetVal(colDef.key));
});
setSelectedGroup(NO_SELECTED_GROUP);
};


Expand Down

0 comments on commit 388140c

Please sign in to comment.