From 621caac38b0a9b85c78acc78d45b05e650adb8b3 Mon Sep 17 00:00:00 2001 From: suzalflueck <71517130+suzalflueck@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:08:18 -0800 Subject: [PATCH] Revert "show all district contacts" --- frontend/src/views/ContactsView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/ContactsView.vue b/frontend/src/views/ContactsView.vue index 3039d52..b9eaaad 100644 --- a/frontend/src/views/ContactsView.vue +++ b/frontend/src/views/ContactsView.vue @@ -11,7 +11,7 @@ const dialog = ref(false) const filteredContacts = ref([]) const selectedContactType = ref(null) const results = ref(0) -const itemsPerPage = ref(4000) +const itemsPerPage = ref(100) const itemsSort = ref('') const totalPages = ref(1) const headers = [