Skip to content

Commit

Permalink
Revert "show all district contacts"
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck authored Jan 5, 2024
1 parent 86d62d3 commit 621caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/ContactsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 621caac

Please sign in to comment.