diff --git a/components/content/StructureDb.vue b/components/content/StructureDb.vue index 0233361b1af6c3a077ab0ffe754568d93b9d6c83..fbed08044abb0bc0978bc866f978e8dc9d22e3b4 100644 --- a/components/content/StructureDb.vue +++ b/components/content/StructureDb.vue @@ -1,9 +1,7 @@ <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" }, diff --git a/content/5.predicted-structure.md b/content/5.predicted-structure.md index d0350a3f72f0b9ebec5a488954dcd683925f8fb5..91048fe64ae0efb4119a0cb92c05f36f2b5de3de 100644 --- a/content/5.predicted-structure.md +++ b/content/5.predicted-structure.md @@ -2,6 +2,7 @@ layout: db --- +## Predicted Structures ::structure-db :: \ No newline at end of file