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