Skip to content

Commit b3cc77f

Browse files
authored
Merge pull request #1118 from topcoder-platform/pm-1373_1
fix(PM-1373): sorting for duration column
2 parents 296bbcf + 871976b commit b3cc77f

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
@@ -87,7 +87,7 @@ const tableColumns: TableColumn<CopilotOpportunity>[] = [
8787
{
8888
label: 'Duration(Weeks)',
8989
propertyName: 'numWeeks',
90-
type: 'text',
90+
type: 'number',
9191
},
9292
{
9393
label: 'Complexity',

0 commit comments

Comments
 (0)