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 ef6d0cd + 1f9e9c7 commit 774bfd7Copy full SHA for 774bfd7
src/apps/copilots/src/pages/copilot-requests/index.tsx
@@ -200,7 +200,10 @@ const CopilotRequestsPage: FC = () => {
200
className: styles.opportunityTitle,
201
label: 'Title',
202
propertyName: 'opportunityTitle',
203
- type: 'text',
+ renderer: (copilotRequest: CopilotRequest) => (
204
+ <div className={styles.title}>{copilotRequest.opportunityTitle}</div>
205
+ ),
206
+ type: 'element',
207
},
208
{
209
label: 'Type',
0 commit comments