pull/5038/head
bunsenstraat 4 months ago committed by Aniket
parent 26b960636d
commit 0ebd34a2d1
  1. 1
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx

@ -45,7 +45,6 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
props?.payload?.toLowerCase().includes(filterCon.filter) ||
props?.payload?.includes(filterCon.filter)
)
console.log(props);
}, [filterCon, props.tagList])
/*const listenOnExpand = (key) => {

Loading…
Cancel
Save