Skip to content

Commit

Permalink
sorter key change
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Sep 8, 2023
1 parent a5da252 commit 052e622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Organizations/Projects/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const OrgProjects = ({ projects = [], organizationId, organizationName, refresh,
limit={10}
data={projects}
columns={Columns}
numericSortOptions={{ key: 'groups', displayName: 'Groups' }}
numericSortOptions={{ key: 'groupCount', displayName: 'Groups' }}
withSorter
labelText="Projects"
emptyText="No Projects"
Expand Down

0 comments on commit 052e622

Please sign in to comment.