Skip to content

Commit

Permalink
Merge pull request #19146 from hpcc-systems/hpcc-32713-wu-list-not-so…
Browse files Browse the repository at this point in the history
…rting

HPCC-32713 ECL Watch v9 fix WU list not sorting
  • Loading branch information
GordonSmith authored Sep 27, 2024
2 parents 7264b4f + 15a347c commit 5c4da75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/src-react/components/controls/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const FluentStoreGrid: React.FunctionComponent<FluentStoreGridProps> = ({
setItems(items);
selectedIndices.forEach(index => selectionHandler.setIndexSelected(index, true, false));
});
}, [count, selectionHandler, start, store], [query, sorted]);
}, [abortController?.current?.signal, count, selectionHandler, start, store], [query, sorted]);

React.useEffect(() => {
// Dummy line to ensure its included in the dependency array ---
Expand Down

0 comments on commit 5c4da75

Please sign in to comment.