Skip to content

Commit

Permalink
NN-588 Fix for reference button
Browse files Browse the repository at this point in the history
  • Loading branch information
TripZz committed Sep 19, 2024
1 parent b74e5a6 commit b3e64c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/PersistentWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default {
searchRef(ref) {
if (this.$store.state.citation_graph_data) {
this.$router.push("citation").then(() => {
this.emitter.emit("searchfavouriteSubset", {
this.emitter.emit("searchSubset", {
subset: this.pmid_nodes(ref),
mode: "citation",
});
Expand Down

0 comments on commit b3e64c8

Please sign in to comment.