Skip to content

Commit

Permalink
Merge pull request #18505 from jeclrsg/hpcc-31522-WUs-wuid-sort-indic…
Browse files Browse the repository at this point in the history
…ator

HPCC-31522 ECL Watch v9 fix Workunits grid Wuid sort indicator
  • Loading branch information
GordonSmith authored Apr 10, 2024
2 parents 3f18f3a + 7de1609 commit b0e2dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp/src/src-react/components/Workunits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const Workunits: React.FunctionComponent<WorkunitsProps> = ({
},
Wuid: {
label: nlsHPCC.WUID, width: 120,
sortable: true,
formatter: (Wuid, row) => {
const wu = Get(Wuid);
return <>
Expand Down

0 comments on commit b0e2dea

Please sign in to comment.