feature/IO-3103-Ant5-Notifications - Bill Lines Fix

This commit is contained in:
Dave Richer
2025-01-22 09:59:57 -08:00
parent 9cddc9cce0
commit 32bb04939f

View File

@@ -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}>