Skip to content

Commit ba2fa07

Browse files
committed
PM-1532 Fix sorting on title
1 parent 4c33ab2 commit ba2fa07

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)