Skip to content

Commit

Permalink
Merge pull request #44 from georgetown-cset/38-reset-groups-when-rese…
Browse files Browse the repository at this point in the history
…tting-filter

Reset groups when clicking 'Reset filter'
  • Loading branch information
niharikasingh authored Aug 15, 2023
2 parents ee2bae9 + 877ae3e commit 28f2570
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 28f2570

Please sign in to comment.