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

add order and family

parent 41bf27ad
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,10 @@ const headers = ref([
key: "type",
},
{ title: "Phylum", key: "phylum" },
{ title: "Order", key: "order" },
{ title: "Family", key: "family" },
{ title: "Genus", key: "genus" },
{ title: "Species", key: "species" },
]);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment