diff --git a/src/components/Organizations/Projects/index.js b/src/components/Organizations/Projects/index.js index a8aca2e7..3df2a757 100644 --- a/src/components/Organizations/Projects/index.js +++ b/src/components/Organizations/Projects/index.js @@ -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"