Skip to content

Commit

Permalink
protein filter and paged table interaction fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bobular committed Nov 1, 2024
1 parent 494e55d commit 25def36
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ export function RecordTable_Sequences(
onPress={() => {
proteinFilterButtonRef.current?.close();
setProteinFilterIds([]);
setTablePageNumber(1);
}}
/>
);
Expand All @@ -532,6 +533,7 @@ export function RecordTable_Sequences(
proteinFilterButtonRef.current?.close();
setProteinFilterIds(highlightedNodes);
setHighlightedNodes([]);
setTablePageNumber(1);
};

const proteinFilter = (
Expand Down

0 comments on commit 25def36

Please sign in to comment.