Skip to content

Commit

Permalink
fix sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Feb 18, 2024
1 parent 4847ab1 commit 9195062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/ActivistList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ function getDefaultColumns(chapter: string, view: string): Column[] {
longHeader: 'Months Since Last Event',
category: 'Event Attendance',
data: {
type: 'numeric',
data: 'months_since_last_event',
readOnly: true,
colWidths: 50,
Expand Down

0 comments on commit 9195062

Please sign in to comment.