Skip to content
Snippets Groups Projects
Commit f63cd943 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Force at least selection two traits

Closes #115
parent f4c89307
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Please select the traits you want to analyze jointly with the Omnibus test. A re ...@@ -33,7 +33,7 @@ Please select the traits you want to analyze jointly with the Omnibus test. A re
</template> </template>
</v-data-table> </v-data-table>
<div align="left" justify="start"> <div align="left" justify="start">
<v-btn depressed color="primary" v-on:click="runAnalysis()"> <v-btn depressed color="primary" v-on:click="runAnalysis()" :disabled="selectedRows.length <=1">
Launch analysis Launch analysis
</v-btn> </v-btn>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment