Skip to content

Commit

Permalink
Use <router-link> for "Home" button on edit page to preserve store (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Nov 28, 2024
1 parent 0071652 commit f58a5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/EditPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<FormattedItemName :item_id="item_id" :item-type="itemType" />
</span>
<div class="navbar-nav">
<a class="nav-item nav-link" href="/">Home</a>
<router-link class="nav-item nav-link" to="/">Home</router-link>
<div class="nav-item dropdown">
<a
id="navbarDropdown"
Expand Down

0 comments on commit f58a5ed

Please sign in to comment.