|
@@ -8,6 +8,8 @@ const EditableFormItem = ({ label, dataIndex, record, dataId, span, editCellType
|
|
|
const [editing, setEditing] = useState(false)
|
|
const [editing, setEditing] = useState(false)
|
|
|
const [val, setVal] = useState(record)
|
|
const [val, setVal] = useState(record)
|