feature: display only 5 results in filter search (#96)

* feature: display only 5 results in filter search

* feature: Display laoding in a dropdown item

* test: use testid insread of text
This commit is contained in:
Sammy Teillet
2023-05-04 14:58:43 +02:00
committed by GitHub
parent 6a8a8f0728
commit 3605c0034c
4 changed files with 10 additions and 3 deletions

View File

@ -72,6 +72,7 @@ export const useSearch = (): [
{
variables: {
where,
limit: 5,
},
skip: !filter,
},