diff --git a/react/src/components/ImageList.tsx b/react/src/components/ImageList.tsx index b5fdcab060..2a4773e42c 100644 --- a/react/src/components/ImageList.tsx +++ b/react/src/components/ImageList.tsx @@ -343,8 +343,9 @@ const ImageList: React.FC<{ style?: React.CSSProperties }> = ({ style }) => { render: (text: string, row: EnvironmentImage) => row?.tag ? ( } + highlightKeyword={imageSearch} /> ) : null, },