Minor code clean up.

This commit is contained in:
Patrick Fic
2021-05-18 15:54:05 -07:00
parent 45d0cc1f5f
commit e8e0d593b7
6 changed files with 13 additions and 13 deletions

View File

@@ -497,6 +497,7 @@ const EditableCell = ({
<Space size="small">
<Form.Item
name={dataIndex}
labelCol={{ span: 0 }}
{...(formItemProps && formItemProps(record))}
>
{(formInput && formInput(record, record.key)) || children}