From 9195062a874601378a5f2f9a14f1e030aa548538 Mon Sep 17 00:00:00 2001 From: jakehobbs Date: Sat, 17 Feb 2024 20:53:34 -0800 Subject: [PATCH] fix sort --- frontend/ActivistList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ActivistList.vue b/frontend/ActivistList.vue index 223d465..2909ec1 100644 --- a/frontend/ActivistList.vue +++ b/frontend/ActivistList.vue @@ -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,