Skip to content

Commit

Permalink
Update resources/js/components/drawers/AlbumStatistics.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Oct 25, 2024
1 parent d8fc4b5 commit d0ed437
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 @@ -59,7 +59,7 @@
<template #empty> No data. </template>
</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="key" header="Model"></Column>
<Column field="value" header=""></Column>
<template #empty> No data. </template>
</DataTable>
Expand Down

0 comments on commit d0ed437

Please sign in to comment.