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

Merge branch 'main' into dev

parents 4f15674e c868dbbb
No related branches found
No related tags found
No related merge requests found
Pipeline #116181 passed with stages
in 11 minutes and 37 seconds
......@@ -199,7 +199,7 @@ let itemsToDownload = ref()
watch(hasToGenerateDownload, (val) => {
console.log(val)
if (val === true) {
const { hits: items, pending, totalHits: itemsLength, filterError, facetDistribution } = useFetchMsDocument("refseq", search, filter, limit, hitsPerPage, page, computedFacets)
const { hits: items, pending, totalHits: itemsLength, filterError, facetDistribution } = useFetchMsDocument("refseq", search, filter, limit, hitsPerPage, page, facets)
itemsToDownload.value = items.value
}
})
......
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