Skip to content

Commit

Permalink
feat: new image parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
agatha197 committed Nov 4, 2024
1 parent f80c788 commit d9293c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/components/ImageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ const ImageList: React.FC<{ style?: React.CSSProperties }> = ({ style }) => {
<ConstraintTags
tag={row?.tag}
labels={row?.labels as Array<{ key: string; value: string }>}
highlightKeyword={imageSearch}
/>
) : null,
},
Expand Down

0 comments on commit d9293c2

Please sign in to comment.