fix
This commit is contained in:
parent
e255c16baf
commit
01b7efbbd5
|
|
@ -120,8 +120,6 @@ export const TableEdit: FC<{
|
|||
const key = props.column.key;
|
||||
return (
|
||||
<PassProp
|
||||
internal_key={props.rowIdx}
|
||||
key={props.rowIdx}
|
||||
idx={props.rowIdx}
|
||||
row={props.row}
|
||||
col={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue