Skip to content

Commit

Permalink
Merge pull request #4008 from jbuiquan/feat/#3863-area-add-pictures-link
Browse files Browse the repository at this point in the history
feat: add pictures in area
  • Loading branch information
lbesson authored Jul 26, 2024
2 parents 74d7c0f + a353175 commit 355bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/document/AreaView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="level is-mobile">
<div
class="level-item has-text-centered"
v-for="documentType of ['waypoint', 'route', 'outing']"
v-for="documentType of ['waypoint', 'image', 'route', 'outing']"
:key="documentType"
>
<router-link :to="{ name: documentType + 's', query: { a: documentId } }" class="">
Expand Down

0 comments on commit 355bde5

Please sign in to comment.