forked from ddrilling/asb_cloud_front
Removed footer from 'TVD' modal window
This commit is contained in:
parent
81c457c350
commit
a7293f616b
@ -74,10 +74,6 @@ export default function ClusterWells({ clusterData }) {
|
||||
}
|
||||
}, [selectedWellId]);
|
||||
|
||||
const closeModal = () => {
|
||||
setIsModalVisible(false)
|
||||
}
|
||||
|
||||
calcAndUpdateStatsBySections(wellsStat ?? [], [
|
||||
"factStart",
|
||||
"factEnd",
|
||||
@ -168,9 +164,9 @@ export default function ClusterWells({ clusterData }) {
|
||||
title='TVD'
|
||||
centered
|
||||
visible={isModalVisible}
|
||||
onOk={closeModal}
|
||||
onCancel={closeModal}
|
||||
onCancel={() => setIsModalVisible(false)}
|
||||
width={1500}
|
||||
footer={null}
|
||||
>
|
||||
<ChartDepthToDay
|
||||
dataPlan={dataPlan}
|
||||
|
Loading…
Reference in New Issue
Block a user