Skip to content

Commit

Permalink
Task/t UI 371 models filtering (#431)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
carrythemountain authored Nov 7, 2024
1 parent d4c5bbf commit 13d5fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/MlHub/_components/SearchBar/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const SearchBar: React.FC<SearchProps> = ({ models, onFilter }) => {
<MenuItem value="author">Author</MenuItem>
<MenuItem value="model_id">ID</MenuItem>
<MenuItem value="library_name">Library</MenuItem>
<MenuItem value="task">Task</MenuItem>
<MenuItem value="pipeline_tag">Task</MenuItem>
</Select>
</FormControl>

Expand Down

0 comments on commit 13d5fc6

Please sign in to comment.