This commit is contained in:
rizky 2024-07-17 07:28:25 -07:00
parent e255c16baf
commit 01b7efbbd5
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ export const TableEdit: FC<{
const key = props.column.key; const key = props.column.key;
return ( return (
<PassProp <PassProp
internal_key={props.rowIdx}
key={props.rowIdx}
idx={props.rowIdx} idx={props.rowIdx}
row={props.row} row={props.row}
col={{ col={{