We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c33ab2 + ba2fa07 commit 61e08d4Copy full SHA for 61e08d4
src/apps/copilots/src/pages/copilot-opportunity-list/index.tsx
@@ -22,7 +22,7 @@ import styles from './styles.module.scss'
22
const tableColumns: TableColumn<CopilotOpportunity>[] = [
23
{
24
label: 'Title',
25
- propertyName: 'projectName',
+ propertyName: 'opportunityTitle',
26
renderer: (copilotOpportunity: CopilotOpportunity) => (
27
<div className={styles.title}>
28
{copilotOpportunity.opportunityTitle}
0 commit comments