make WellOperationsEditor bordered

This commit is contained in:
Фролов 2021-08-19 17:55:08 +05:00
parent a273d82430
commit 1bfe5f197e

View File

@ -132,6 +132,7 @@ export const WellOperationsEditor = ({idWell, idType}) => {
return <LoaderPortal show={showLoader}>
<EditableTable
size='small'
bordered
columns={columns}
dataSource={operations}
onRowAdd={onAdd}