Skip to content
Snippets Groups Projects
Commit 9a483c06 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

go to phenotype-categories/add page

parent 9add99e4
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
</v-toolbar-title>
<v-spacer></v-spacer>
<!-- @click="openAddPhenoDialog" -->
<v-btn small color="primary" fab to="/phenotype-categories">
<v-btn small color="primary" fab to="/phenotype-categories/add">
<v-icon> mdi-plus </v-icon>
</v-btn>
</v-toolbar>
......@@ -76,15 +76,6 @@
</v-card-actions>
</v-card>
</v-dialog>
<!-- <v-dialog v-if="canAddPheno" v-model="dialogAddPheno" max-width="800px">
<phenotype-category-form
:options="phenotypeCategoryOptions"
form-title="New Phenotype Category"
v-bind.sync="phenotypeCategoryToAdd"
@save="save"
@cancel="close"
></phenotype-category-form>
</v-dialog> -->
</v-card>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment