Skip to content

Commit

Permalink
Add missing field type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Jan 27, 2025
1 parent 09ca74b commit 3b17742
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/EnrollmentFlows/columns.inc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ $indexColumns = [
'sortable' => true
],
'description' => [
'sortable' => true
'sortable' => true,
'type' => 'echo'
]
];

Expand Down

0 comments on commit 3b17742

Please sign in to comment.