From 7e68eb8c2951b5a9d5e089e5eb4bb0f445b6d88c Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 20:51:53 -0500 Subject: [PATCH] docs: Update README and pipeline walkthrough Fix: dont filter same item result (#2) --- README.md | 4 +--- frontend/src/pages/mainPageComponents/SearchArea.tsx | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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()}