From 187620fb5acb0a5bb57ec99e6ef20c5160637d8b Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 7 Dec 2023 18:33:24 +0100 Subject: [PATCH] update --- components/content/StructureDb.vue | 4 +--- content/5.predicted-structure.md | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/components/content/StructureDb.vue b/components/content/StructureDb.vue index 0233361b..fbed0804 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 d0350a3f..91048fe6 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 -- GitLab