Skip to content

Commit

Permalink
fixed contacts not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltangbcgov committed Jan 2, 2024
1 parent 05243b8 commit 16ae213
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/views/ContactsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,16 @@ onMounted(() => {
>
</v-col>
</v-row>
<v-data-table-virtual
<v-data-table
:headers="headers"
:items="filteredContacts"
:items-per-page="-1"
class="elevation-1"
height="700"
item-value="name"
dense
:sort-by="[{ key: 'districtNumber', order: 'asc' }]"
></v-data-table-virtual>
></v-data-table>
</v-container>
</div>
</template>
Expand Down

0 comments on commit 16ae213

Please sign in to comment.