Skip to content

Commit

Permalink
Feature: add pictures in area
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuiquan committed Jul 19, 2024
1 parent aac691c commit a353175
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 a353175

Please sign in to comment.