fix
This commit is contained in:
parent
e255c16baf
commit
01b7efbbd5
|
|
@ -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={{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue