Skip to content

Instantly share code, notes, and snippets.

@dannon
Created November 28, 2022 18:53
Show Gist options
  • Save dannon/6abdd3cf637f48ce9fcf90e41ac32e20 to your computer and use it in GitHub Desktop.
Save dannon/6abdd3cf637f48ce9fcf90e41ac32e20 to your computer and use it in GitHub Desktop.
diff --git a/client/src/components/History/Content/ContentItem.vue b/client/src/components/History/Content/ContentItem.vue
index cea253c0df..ef11920be1 100644
--- a/client/src/components/History/Content/ContentItem.vue
+++ b/client/src/components/History/Content/ContentItem.vue
@@ -219,7 +219,7 @@ export default {
this.$router.push(this.itemUrls.edit);
},
onShowCollectionInfo() {
- backboneRoute(this.itemUrls.showDetails);
+ this.$router.push(this.itemUrls.showDetails);
},
onTags(newTags) {
this.$emit("tag-change", this.item, newTags);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment