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

update

parent 546c82f6
No related branches found
No related tags found
1 merge request!131Merge relevant Abstract and references
Pipeline #117828 canceled with stages
in 2 minutes and 2 seconds
<script setup lang="ts">
import { useFacetsStore } from '~~/stores/facets'
const sortBy: Ref<{ key: string, order: string }[]> = ref([{ key: 'system', order: "asc" }])
const itemValue = ref("id");
const facets = ref(["system", "completed",
const facets: Ref<string[]> = ref(["system", "completed",
"plddts",])
const headers: Ref<Object[]> = ref([
{ title: "System", key: "system" },
......
......@@ -2,6 +2,7 @@
layout: db
---
## Predicted Structures
::structure-db
::
\ No newline at end of file
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