Skip to content

Commit

Permalink
NcListItem: don't explicitly set location
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
  • Loading branch information
pulsejet committed Mar 4, 2024
1 parent 3ed77de commit 3e9de23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ export default {
if (routerLinkHref) {
navigate?.(event)
event.preventDefault()
} else {
window.location = this.href
}
},

Expand Down

0 comments on commit 3e9de23

Please sign in to comment.