Skip to content

Commit 61e08d4

Browse files
Merge pull request #1167 from topcoder-platform/PM-1532
PM-1532 Fix sorting on title
2 parents 4c33ab2 + ba2fa07 commit 61e08d4

File tree

1 file changed

+1
-1
lines changed
  • src/apps/copilots/src/pages/copilot-opportunity-list

1 file changed

+1
-1
lines changed

src/apps/copilots/src/pages/copilot-opportunity-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import styles from './styles.module.scss'
2222
const tableColumns: TableColumn<CopilotOpportunity>[] = [
2323
{
2424
label: 'Title',
25-
propertyName: 'projectName',
25+
propertyName: 'opportunityTitle',
2626
renderer: (copilotOpportunity: CopilotOpportunity) => (
2727
<div className={styles.title}>
2828
{copilotOpportunity.opportunityTitle}

0 commit comments

Comments
 (0)