Skip to content

Commit

Permalink
fix count appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Oct 23, 2024
1 parent 916fc01 commit a16b433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/drawers/AlbumStatistics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</DataTable>
<DataTable :value="photosData.model" scrollable size="small" scrollHeight="13rem" class="max-w-xs w-full" :dt="dtScheme">
<Column field="key" header="ISO"></Column>
<Column field="value" header="Count"></Column>
<Column field="value" header=""></Column>
<template #empty> No data. </template>
</DataTable>
</Panel>
Expand Down

0 comments on commit a16b433

Please sign in to comment.