Skip to content

Commit f26509e

Browse files
committed
PM-1555 Remove sorting from Payment column
1 parent 75c5608 commit f26509e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const tableColumns: TableColumn<CopilotOpportunity>[] = [
100100
type: 'number',
101101
},
102102
{
103+
isSortable: false,
103104
label: 'Payment',
104105
propertyName: 'paymentType',
105106
renderer: (copilotOpportunity: CopilotOpportunity) => (

0 commit comments

Comments
 (0)