From af4e0ad122b5fcd92d8f07c2605f466c2c380c61 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Mon, 6 May 2024 17:17:15 +0200 Subject: [PATCH] change threshold to one row or two for operon struct and matrix --- components/content/SystemOperonStructure.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/SystemOperonStructure.vue b/components/content/SystemOperonStructure.vue index 741ba4be..c0613ff8 100644 --- a/components/content/SystemOperonStructure.vue +++ b/components/content/SystemOperonStructure.vue @@ -23,7 +23,7 @@ const { system, subsystem, structures, subsystems } = props const client = useMeiliSearchRef() const pending = ref<boolean>(false) -const sizeGene = ref<number>(140) +const sizeGene = ref<number>(100) const maxOperonSize = toRef(props, "maxOperonSize") const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct") const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined) -- GitLab