diff --git a/react/src/components/ImageList.tsx b/react/src/components/ImageList.tsx index 111fe768a3..9404cf1852 100644 --- a/react/src/components/ImageList.tsx +++ b/react/src/components/ImageList.tsx @@ -342,6 +342,7 @@ const ImageList: React.FC<{ style?: React.CSSProperties }> = ({ style }) => { } + highlightKeyword={imageSearch} /> ) : null, },