Fixed 'unique keys' error in well operations modal window in Cluster data info table

This commit is contained in:
KharchenkoVV 2021-09-02 17:31:58 +05:00
parent 322aa42c63
commit a088e63f04

View File

@ -59,7 +59,7 @@ export default function WellOperationsTable({wellOperations}) {
size={"small"} size={"small"}
bordered bordered
pagination={{ defaultPageSize: 10 }} pagination={{ defaultPageSize: 10 }}
rowKey={(record) => record.id} rowKey={(record) => record.key}
/> />
) )
} }