Skip to content

Commit

Permalink
Add sorting to review status column (#553)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Castillo <[email protected]>
  • Loading branch information
tomrndom authored Dec 20, 2024
1 parent 3f0e8a0 commit 15f8fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/events/summit-event-list-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const fieldNames = (selection_plans_ddl, track_ddl, event_types) => [
{
columnKey: "review_status",
value: "review_status",
sortable: false,
sortable: true,
title: true
},
{
Expand Down

0 comments on commit 15f8fa9

Please sign in to comment.