From 13d5fc6f17510763646b85cc1cde5cf5c6e82495 Mon Sep 17 00:00:00 2001 From: carrythemountain Date: Thu, 7 Nov 2024 12:57:58 -0600 Subject: [PATCH] Task/t UI 371 models filtering (#431) * Begin work on Search component * build the searchBar frame * remove searchBar component from _Layout in MLHub and Models. Add it to Models file. * update search component * search function works, revise update code, TODO still in this task: fix input style with MUI * Fix styling, fix logic * delete _redux folder * run prettier * resolve code issues. * resolve code issues. * Fix task to report pipeline_tag --- src/app/MlHub/_components/SearchBar/SearchBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/MlHub/_components/SearchBar/SearchBar.tsx b/src/app/MlHub/_components/SearchBar/SearchBar.tsx index 5abd50b9..8fd217dd 100644 --- a/src/app/MlHub/_components/SearchBar/SearchBar.tsx +++ b/src/app/MlHub/_components/SearchBar/SearchBar.tsx @@ -73,7 +73,7 @@ const SearchBar: React.FC = ({ models, onFilter }) => { Author ID Library - Task + Task