forked from ddrilling/asb_cloud_front
Fixed 'unique keys' error in well operations modal window in Cluster data info table
This commit is contained in:
parent
322aa42c63
commit
a088e63f04
@ -59,7 +59,7 @@ export default function WellOperationsTable({wellOperations}) {
|
||||
size={"small"}
|
||||
bordered
|
||||
pagination={{ defaultPageSize: 10 }}
|
||||
rowKey={(record) => record.id}
|
||||
rowKey={(record) => record.key}
|
||||
/>
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user