feature/IO-3103-Ant5-Notifications - Bill Lines Fix
This commit is contained in:
@@ -626,6 +626,9 @@ const EditableCell = ({
|
|||||||
...restProps
|
...restProps
|
||||||
}) => {
|
}) => {
|
||||||
const propsFinal = formItemProps && formItemProps(record);
|
const propsFinal = formItemProps && formItemProps(record);
|
||||||
|
if (propsFinal && "key" in propsFinal) {
|
||||||
|
delete propsFinal.key;
|
||||||
|
}
|
||||||
if (additional)
|
if (additional)
|
||||||
return (
|
return (
|
||||||
<td {...restProps}>
|
<td {...restProps}>
|
||||||
|
|||||||
Reference in New Issue
Block a user