Update remix-ui-grid-cell.tsx

pull/5526/head
bunsenstraat 2 months ago committed by GitHub
parent 9079b0b10c
commit 02109568b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx

@ -29,7 +29,7 @@ interface RemixUIGridCellProps {
expandViewEl?: any
handleExpand?: any
id: string
searchKeywords?: string[],
searchKeywords?: string[]
}
export const RemixUIGridCell = (props: RemixUIGridCellProps) => {

Loading…
Cancel
Save