Skip to content

Commit

Permalink
Sample use of populated Albums array.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaravillo authored and lastzero committed Jun 13, 2023
1 parent 97ae47b commit 0b9cb2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/dialog/photo/edit/info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
</td>
<td>{{ model.Name }}</td>
</tr>
<tr>
<td>
<translate>Albums</translate>
</td>
<td>{{ model.Albums.map(album => album.Title).join(', ') }}</td>
</tr>
<tr v-if="model.OriginalName">
<td>
<translate>Original Name</translate>
Expand Down

0 comments on commit 0b9cb2e

Please sign in to comment.