Skip to content
Snippets Groups Projects
Commit e64892f2 authored by Simon Malesys's avatar Simon Malesys
Browse files

Don't fetch pehnotypes if ancestry already selected

parent c77ff4ac
No related branches found
No related tags found
1 merge request!88Update frontend
......@@ -91,6 +91,7 @@ export default {
},
methods: {
selectAncestry(initTableName) {
if (this.selectedInitTable === initTableName) return
this.selectedInitTable = initTableName
this.$axios.$post('/phenotypes', { initTableName })
.then(phenotypes => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment