Skip to content

Commit

Permalink
Merge pull request #147 from bcgov/revert-145-scdicontact
Browse files Browse the repository at this point in the history
Revert "show all district contacts"
  • Loading branch information
suzalflueck authored Jan 5, 2024
2 parents 86d62d3 + 621caac commit 34e485b
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 34e485b

Please sign in to comment.