Skip to content

Commit

Permalink
Merge pull request #160 from unipept/fix/single-peptide-link
Browse files Browse the repository at this point in the history
Update link to peptides from summary table
  • Loading branch information
pverscha authored Mar 15, 2022
2 parents dd67317 + 644f764 commit 748bac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/analysis/PeptideSummaryTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default class PeptideSummaryTable extends Vue {
}
private openPeptide(peptide: Peptide): void {
this.$store.dispatch("peptideSummary/setPeptide", [peptide, this.assay.getSearchConfiguration().equateIl]);
this.$store.dispatch("analyseSinglePeptide", [peptide, this.assay.getSearchConfiguration().equateIl]);
this.$router.push("/peptide/single");
}
}
Expand Down

0 comments on commit 748bac5

Please sign in to comment.