diff --git a/README.md b/README.md index e2c5f98..5895570 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,7 @@ ## The pipeline summary -* You can use either of the two drone pipeline types: - * [docker](.drone-docker.yml) - * [kubernetes](.drone-kubernetes.yml) +* The Drone pipeline is based on Docker: [.drone-docker.yml](.drone-docker.yml) * Some enhancement ideas can be found [here](#some-enhancement-ideas) 1. Each push will: diff --git a/frontend/src/pages/mainPageComponents/SearchArea.tsx b/frontend/src/pages/mainPageComponents/SearchArea.tsx index 23d4196..6681551 100644 --- a/frontend/src/pages/mainPageComponents/SearchArea.tsx +++ b/frontend/src/pages/mainPageComponents/SearchArea.tsx @@ -194,7 +194,6 @@ export const SearchArea = () => { || elt.id?.toLocaleLowerCase().includes(state.inputValue.toLocaleLowerCase()) || elt.shortName?.toLocaleLowerCase().includes(state.inputValue.toLocaleLowerCase())) })} - filterSelectedOptions /> {formatDisplayItems()}