Skip to content

Commit

Permalink
fixup! Show images
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Apr 25, 2024
1 parent a205d5b commit e09d7de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ const addHeader = (event: FileUploadBeforeSendEvent) => {
<!-- todo(jtw): all metadata, metadata by active language -->
<img
v-for="image in item.images"
:key="image.id"
:src="image.url"
:alt="image.metadata[0]?.alt"
width="200"
/>
>
</div>
<FileUpload
accept="image/*"
Expand Down

0 comments on commit e09d7de

Please sign in to comment.