Skip to content

Commit

Permalink
Fix task to report pipeline_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
carrythemountain committed Nov 6, 2024
1 parent fa17974 commit 4ea521e
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 4ea521e

Please sign in to comment.